#2A890D

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

Shades of Forest Green #2A890D

Tints of Forest Green #2A890D

Color information

#2A890D (or 0x2A890D) is unknown color: approx Forest Green. HEX triplet: 2A, 89 and 0D. RGB value is (42,137,13). Sum of RGB (Red+Green+Blue) = 42+137+13=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #2A890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A890D is #D576F2. Grayscale: #5E5E5E. Windows color (decimal): -13989619 or 887082. OLE color: 887082.

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

Color convert

RGB4213713-
CMYK0.6900.910.46
HSL105.97º82.67%29.41%-
HSV(B)105.97º90.51%53.73%-
XYZ9.9718.413.41-
YUV94.4682.0390.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.88%
GREEN value IS 137 (53.91% from 255) = 71.35%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=21.88%
G=71.35%
B=6.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42137130.6900.910.46105.9782.6729.41
Hex2A89D4505B2E6a531d
Octal522111510501335615212335
Binary1010101000100111011000101010110111011101101010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A890D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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