#228C16

Color #228C16 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #228C16

Tints of Forest Green #228C16

Color information

#228C16 (or 0x228C16) is unknown color: approx Forest Green. HEX triplet: 22, 8C and 16. RGB value is (34,140,22). Sum of RGB (Red+Green+Blue) = 34+140+22=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 140 (55.08% from 255 or 71.43% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 140 - color contains mainly: green. Hex color #228C16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228C16 is #DD73E9. Grayscale: #5F5F5F. Windows color (decimal): -14513130 or 1477666. OLE color: 1477666.

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

Color convert

RGB3414022-
CMYK0.7600.840.45
HSL113.9º72.84%31.76%-
HSV(B)113.9º84.29%54.9%-
XYZ10.1819.153.92-
YUV94.8586.8884.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 140 (55.08% from 255) = 71.43%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=17.35%
G=71.43%
B=11.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal34140220.7600.840.45113.972.8431.76
Hex228C164C0542D724920
Octal422142611401245516211140
Binary100010100011001011010011000101010010110111100101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228C16; }

 p { color: rgb(34,140,22); }

 H1.HeaderClassName
 {
   color: #228C16;
 }
 .AnyTagClassName
 {
   color: #228C16;
 }
</style>
background-color css

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

 a { background-color: rgb(34,140,22); }

 div.DivClassName
 {
   background-color: #228C16;
 }
 .BgClassName
 {
   background-color: #228C16;
 }
</style>
border-color css

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

 span { border-color: rgb(34,140,22); }

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