Html Css Color HEX #227212 Forest Green

📋 copy color: '#227212'

red 34 ◦ green 114 ◦ blue 18

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

Shades of Forest Green #227212

Tints of Forest Green #227212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 68.67%

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

R = 20.48%
G = 68.67%
B = 10.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#227212 (or 0x227212) is known color: Forest Green. HEX triplet: 22, 72 and 12. RGB value is (34,114,18). Sum of RGB (Red+Green+Blue) = 34+114+18=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #227212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227212 is #DD8DED. Grayscale: #4F4F4F. Windows color (decimal): -14519790 or 1208866. OLE color: 1208866.

HSL color Cylindrical-coordinate representation of color #227212: hue angle of 110º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #227212 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 114 18 -
CMYK 0.70 0 0.84 0.55
HSL 110º 0.73% 0.26% -
HSV(B) 110º 0.84% 0.45% -
XYZ 6.79 12.42 2.61 -
YUV 79.14 93.5 95.81 -
System Red Green Blue C M Y K H S L
Decimal 34 114 18 0.70 0 0.84 0.55 110 0.73 0.26
Hex 22 72 12 46 0 54 37 6E 49 1A
Octal 42 162 22 106 0 124 67 156 111 32
Binary 100010 1110010 10010 1000110 0 1010100 110111 1101110 1001001 11010

Color Harmonies of #227212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227212

Black with #227212

Text Example


Text Example

White with #227212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227212; }

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

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

background-color css

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

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

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

border-color css

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

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

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