Html Css Color HEX #227012 Forest Green

📋 copy color: '#227012'

red 34 ◦ green 112 ◦ blue 18

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

Shades of Forest Green #227012

Tints of Forest Green #227012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 68.29%

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

R = 20.73%
G = 68.29%
B = 10.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#227012 (or 0x227012) is known color: Forest Green. HEX triplet: 22, 70 and 12. RGB value is (34,112,18). Sum of RGB (Red+Green+Blue) = 34+112+18=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #227012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227012 is #DD8FED. Grayscale: #4E4E4E. Windows color (decimal): -14520302 or 1208354. OLE color: 1208354.

HSL color Cylindrical-coordinate representation of color #227012: hue angle of 109.79º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227012 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 112 18 -
CMYK 0.70 0 0.84 0.56
HSL 109.79º 0.72% 0.25% -
HSV(B) 109.79º 0.84% 0.44% -
XYZ 6.56 11.97 2.54 -
YUV 77.96 94.16 96.64 -
System Red Green Blue C M Y K H S L
Decimal 34 112 18 0.70 0 0.84 0.56 109.79 0.72 0.25
Hex 22 70 12 46 0 54 38 6E 48 19
Octal 42 160 22 106 0 124 70 156 110 31
Binary 100010 1110000 10010 1000110 0 1010100 111000 1101110 1001000 11001

Color Harmonies of #227012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227012

Black with #227012

Text Example


Text Example

White with #227012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227012; }

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

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

background-color css

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

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

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

border-color css

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

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

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