COLOR #006231

HEX: #006231
RGB: (0,98,49)

Renk bilgisi

#006231 contains only green and blue colors. #006231 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#006231 color RGB value is (0,98,49).

  • kırmız ton 0;
  • yeşil ton 98;
  • mavi ton 49.
RGB:
(0,98,49)
(0%,38%,19%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 98 of 255 = 38%
B 49 of 255 = 19%

0
98
49

R + G + B ~ 19%. #006231 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 98 + 49 = 147 (100%)
R 0 of 147 ~ 0%
G 98 of 147 ~ 66.67%
B 49 of 147 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

#006231 rengi CMYK tonu (100,0,50,62).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 61.57%
CMYK:
(100,0,50,62)
C100M0Y50K62 
(100%,0%,50%,62%)
(1.00/0.00/0.50/0.62)	

CMYK yüzdeleri

%100
%0
%50
%61.57

Codes

Color #006231 in popluar color models

006231
RGB09849
HSL150°100.00%19.22%
HSB/HSV150°100.00%38.43%
CMYK100.00%0.00%50.00%
61.57%

Color #006231 in popluar number systems.

HEX006231
Decimal09849
Binary01100010110001
Octal014261

Shades and tints

Shades of #006231

#006231
(0,98,49)
#005A2D
(0,90,45)
#005229
(0,82,41)
#004A25
(0,74,37)
#004221
(0,66,33)
#003A1D
(0,58,29)
#003219
(0,50,25)
#002A15
(0,42,21)
#002211
(0,34,17)
#001A0D
(0,26,13)
#001209
(0,18,9)
#000000
(0,0,0)

Tints of #006231

#006231
(0,98,49)
#177043
(23,112,67)
#2E7E55
(46,126,85)
#458C67
(69,140,103)
#5C9A79
(92,154,121)
#73A88B
(115,168,139)
#8AB69D
(138,182,157)
#A1C4AF
(161,196,175)
#B8D2C1
(184,210,193)
#CFE0D3
(207,224,211)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006231 color. Also use rgb(0,98,49) instead hex code.

Text Font Color

.myTextColor { color: #006231; }

<p style="color:#006231">This sample text font color is #006231.</p>

This text font color is #006231.


Background Color

.myBgColor { background-color: #006231; }

<div style="background-color:#006231">Inner text</div>

This div background color is #006231.


Border color

.myBorderColor { border: 1px solid #006231; }

<div style="border:3px solid #006231">Div</div>

This div border color is #006231.


Opacity

.myOpacity80 { color: #006231; opacity: 0.8; }

<p style="color:#006231;opacity:0.8;">80%</p>

Text with #006231 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #006231;}

<p style="text-shadow: 3px 3px 1px #006231">Text here.</p>

This text has shadow with #006231 color.

.textShadow {text-shadow: 3px 3px 1px #006231, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #006231, 5px 5px 20px red">Text here.</p>

This text has shadow with #006231 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#006231, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#006231, Direction=45, Strength=4)">Text</p>

This text has shadow with #006231 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #006231;
  -webkit-box-shadow:	1px 1px 3px 2px #006231;
  box-shadow:		1px 1px 3px 2px #006231;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #006231;
-webkit-box-shadow: 1px 1px 3px 2px #006231;
box-shadow:1px 1px 3px 2px #006231;">
Div content here</div>
This div box has shadow with color #006231.

Preview

Color preview on black background

This text has color #006231 on black background.


Color preview on white background

This text has color #006231 on white background.



Black color preview on #006231 background

This text has black color on #006231 background.


White color preview on #006231 background

This text has white color on #006231 background.