Html Css Color HEX #219614 Forest Green

📋 copy color: '#219614'

red 33 ◦ green 150 ◦ blue 20

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

Shades of Forest Green #219614

Tints of Forest Green #219614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.89%

 BLUE value IS 20 (8.2% from 255) = 9.85%

R = 16.26%
G = 73.89%
B = 9.85%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#219614 (or 0x219614) is known color: Forest Green. HEX triplet: 21, 96 and 14. RGB value is (33,150,20). Sum of RGB (Red+Green+Blue) = 33+150+20=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 150 (58.98% from 255 or 73.89% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 150 - color contains mainly: green. Hex color #219614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #219614 is #DE69EB. Grayscale: #646464. Windows color (decimal): -14576108 or 1349153. OLE color: 1349153.

HSL color Cylindrical-coordinate representation of color #219614: hue angle of 114º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #219614 is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 150 20 -
CMYK 0.78 0 0.87 0.41
HSL 114º 0.76% 0.33% -
HSV(B) 114º 0.87% 0.59% -
XYZ 11.66 22.19 4.33 -
YUV 100.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 33 150 20 0.78 0 0.87 0.41 114 0.76 0.33
Hex 21 96 14 4E 0 57 29 72 4C 21
Octal 41 226 24 116 0 127 51 162 114 41
Binary 100001 10010110 10100 1001110 0 1010111 101001 1110010 1001100 100001

Color Harmonies of #219614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219614

Black with #219614

Text Example


Text Example

White with #219614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219614; }

 p { color: rgb(33,150,20); }

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

background-color css

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

 a { background-color: rgb(33,150,20); }

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

border-color css

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

 span { border-color: rgb(33,150,20); }

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