Html Css Color HEX #229514 Forest Green

📋 copy color: '#229514'

red 34 ◦ green 149 ◦ blue 20

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

Shades of Forest Green #229514

Tints of Forest Green #229514

RGB

 RED value IS 34 (13.67% from 255) = 16.75%

 GREEN value IS 149 (58.59% from 255) = 73.4%

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

R = 16.75%
G = 73.4%
B = 9.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#229514 (or 0x229514) is known color: Forest Green. HEX triplet: 22, 95 and 14. RGB value is (34,149,20). Sum of RGB (Red+Green+Blue) = 34+149+20=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 149 (58.59% from 255 or 73.40% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 149 - color contains mainly: green. Hex color #229514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #229514 is #DD6AEB. Grayscale: #646464. Windows color (decimal): -14510828 or 1348898. OLE color: 1348898.

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

Color convert

RGB 34 149 20 -
CMYK 0.77 0 0.87 0.42
HSL 113.49º 0.76% 0.33% -
HSV(B) 113.49º 0.87% 0.58% -
XYZ 11.53 21.89 4.28 -
YUV 99.91 82.9 80.99 -
System Red Green Blue C M Y K H S L
Decimal 34 149 20 0.77 0 0.87 0.42 113.49 0.76 0.33
Hex 22 95 14 4D 0 57 2A 71 4C 21
Octal 42 225 24 115 0 127 52 161 114 41
Binary 100010 10010101 10100 1001101 0 1010111 101010 1110001 1001100 100001

Color Harmonies of #229514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229514

Black with #229514

Text Example


Text Example

White with #229514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #229514; }

 p { color: rgb(34,149,20); }

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

background-color css

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

 a { background-color: rgb(34,149,20); }

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

border-color css

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

 span { border-color: rgb(34,149,20); }

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