#228018

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

Shades of Forest Green #228018

Tints of Forest Green #228018

Color information

#228018 (or 0x228018) is unknown color: approx Forest Green. HEX triplet: 22, 80 and 18. RGB value is (34,128,24). Sum of RGB (Red+Green+Blue) = 34+128+24=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 128 (50.39% from 255 or 68.82% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 128 - color contains mainly: green. Hex color #228018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228018 is #DD7FE7. Grayscale: #585858. Windows color (decimal): -14516200 or 1605666. OLE color: 1605666.

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

Color convert

RGB3412824-
CMYK0.7300.810.50
HSL114.23º68.42%29.8%-
HSV(B)114.23º81.25%50.2%-
XYZ8.5415.843.47-
YUV88.0491.8689.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 128 (50.39% from 255) = 68.82%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=18.28%
G=68.82%
B=12.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34128240.7300.810.50114.2368.4229.8
Hex228018490513272441e
Octal422003011101216216210436
Binary10001010000000110001001001010100011100101110010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #228018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #228018; }

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

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

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

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

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

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

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

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