#2A890F

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

Shades of Forest Green #2A890F

Tints of Forest Green #2A890F

Color information

#2A890F (or 0x2A890F) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 0F. RGB value is (42,137,15). Sum of RGB (Red+Green+Blue) = 42+137+15=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #2A890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A890F is #D576F0. Grayscale: #5F5F5F. Windows color (decimal): -13989617 or 1018154. OLE color: 1018154.

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

Color convert

RGB4213715-
CMYK0.6900.890.46
HSL106.72º80.26%29.8%-
HSV(B)106.72º89.05%53.73%-
XYZ9.9918.423.48-
YUV94.6983.0390.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 137 (53.91% from 255) = 70.62%
BLUE value IS 15 (6.25% from 255) = 7.73%
R=21.65%
G=70.62%
B=7.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137150.6900.890.46106.7280.2629.8
Hex2A89F450592E6b501e
Octal522111710501315615312036
Binary1010101000100111111000101010110011011101101011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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