Html Css Color HEX #228012 Forest Green

📋 copy color: '#228012'

red 34 ◦ green 128 ◦ blue 18

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

Shades of Forest Green #228012

Tints of Forest Green #228012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 71.11%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 18.89%
G = 71.11%
B = 10%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#228012 (or 0x228012) is known color: Forest Green. HEX triplet: 22, 80 and 12. RGB value is (34,128,18). Sum of RGB (Red+Green+Blue) = 34+128+18=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #228012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228012 is #DD7FED. Grayscale: #575757. Windows color (decimal): -14516206 or 1212450. OLE color: 1212450.

HSL color Cylindrical-coordinate representation of color #228012: hue angle of 111.27º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #228012 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 128 18 -
CMYK 0.73 0 0.86 0.50
HSL 111.27º 0.75% 0.29% -
HSV(B) 111.27º 0.86% 0.5% -
XYZ 8.49 15.82 3.18 -
YUV 87.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 34 128 18 0.73 0 0.86 0.50 111.27 0.75 0.29
Hex 22 80 12 49 0 56 32 6F 4B 1D
Octal 42 200 22 111 0 126 62 157 113 35
Binary 100010 10000000 10010 1001001 0 1010110 110010 1101111 1001011 11101

Color Harmonies of #228012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228012

Black with #228012

Text Example


Text Example

White with #228012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228012; }

 p { color: rgb(34,128,18); }

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

background-color css

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

 a { background-color: rgb(34,128,18); }

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

border-color css

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

 span { border-color: rgb(34,128,18); }

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