Html Css Color HEX #218B06 Forest Green

📋 copy color: '#218B06'

red 33 ◦ green 139 ◦ blue 6

#218B06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #218B06

Tints of Forest Green #218B06

RGB

 RED value IS 33 (13.28% from 255) = 18.54%

 GREEN value IS 139 (54.69% from 255) = 78.09%

 BLUE value IS 6 (2.73% from 255) = 3.37%

R = 18.54%
G = 78.09%
B = 3.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#218B06 (or 0x218B06) is known color: Forest Green. HEX triplet: 21, 8B and 06. RGB value is (33,139,6). Sum of RGB (Red+Green+Blue) = 33+139+6=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 139 (54.69% from 255 or 78.09% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 139 - color contains mainly: green. Hex color #218B06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218B06 is #DE74F9. Grayscale: #5C5C5C. Windows color (decimal): -14578938 or 428833. OLE color: 428833.

HSL color Cylindrical-coordinate representation of color #218B06: hue angle of 107.82º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #218B06 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 139 6 -
CMYK 0.76 0 0.96 0.45
HSL 107.82º 0.92% 0.28% -
HSV(B) 107.82º 0.96% 0.55% -
XYZ 9.89 18.8 3.28 -
YUV 92.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 33 139 6 0.76 0 0.96 0.45 107.82 0.92 0.28
Hex 21 8B 6 4C 0 60 2D 6C 5C 1C
Octal 41 213 6 114 0 140 55 154 134 34
Binary 100001 10001011 110 1001100 0 1100000 101101 1101100 1011100 11100

Color Harmonies of #218B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218B06

Black with #218B06

Text Example


Text Example

White with #218B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218B06; }

 p { color: rgb(33,139,6); }

 H1.HeaderClassName
 {
   color: #218B06;
 }
 .AnyTagClassName
 {
   color: #218B06;
 }
</style>

background-color css

<style>
 a { background-color: #218B06; }

 a { background-color: rgb(33,139,6); }

 div.DivClassName
 {
   background-color: #218B06;
 }
 .BgClassName
 {
   background-color: #218B06;
 }
</style>

border-color css

<style>
 span { border-color: #218B06; }

 span { border-color: rgb(33,139,6); }

 td.TdClassName
 {
   border-color: #218B06;
 }
 .TagClassName
 {
   border-color: #218B06;
 }
</style>