#228013

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

Shades of Forest Green #228013

Tints of Forest Green #228013

Color information

#228013 (or 0x228013) is unknown color: approx Forest Green. HEX triplet: 22, 80 and 13. RGB value is (34,128,19). Sum of RGB (Red+Green+Blue) = 34+128+19=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #228013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228013 is #DD7FEC. Grayscale: #575757. Windows color (decimal): -14516205 or 1277986. OLE color: 1277986.

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

Color convert

RGB3412819-
CMYK0.7300.850.50
HSL111.74º74.15%28.82%-
HSV(B)111.74º85.16%50.2%-
XYZ8.515.833.22-
YUV87.4789.3689.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 128 (50.39% from 255) = 70.72%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=18.78%
G=70.72%
B=10.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34128190.7300.850.50111.7474.1528.82
Hex2280134905532704a1d
Octal422002311101256216011235
Binary10001010000000100111001001010101011100101110000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228013; }

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

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

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

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

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

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

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

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