#2A8918

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

Shades of Forest Green #2A8918

Tints of Forest Green #2A8918

Color information

#2A8918 (or 0x2A8918) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 18. RGB value is (42,137,24). Sum of RGB (Red+Green+Blue) = 42+137+24=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #2A8918 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8918 is #D576E7. Grayscale: #606060. Windows color (decimal): -13989608 or 1607978. OLE color: 1607978.

HSL color Cylindrical-coordinate representation of color #2A8918: hue angle of 110.44º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8918 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB4213724-
CMYK0.6900.820.46
HSL110.44º70.19%31.57%-
HSV(B)110.44º82.48%53.73%-
XYZ10.0718.453.89-
YUV95.7187.5389.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 137 (53.91% from 255) = 67.49%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=20.69%
G=67.49%
B=11.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137240.6900.820.46110.4470.1931.57
Hex2A8918450522E6e4620
Octal522113010501225615610640
Binary101010100010011100010001010101001010111011011101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A8918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A8918; }

 p { color: rgb(42,137,24); }

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

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

 a { background-color: rgb(42,137,24); }

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

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

 span { border-color: rgb(42,137,24); }

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