#2A990B

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

Shades of Forest Green #2A990B

Tints of Forest Green #2A990B

Color information

#2A990B (or 0x2A990B) is unknown color: approx Forest Green. HEX triplet: 2A, 99 and 0B. RGB value is (42,153,11). Sum of RGB (Red+Green+Blue) = 42+153+11=206 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.39% from 206); Green value is 153 (60.16% from 255 or 74.27% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 153 - color contains mainly: green. Hex color #2A990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A990B is #D566F4. Grayscale: #686868. Windows color (decimal): -13985525 or 760106. OLE color: 760106.

HSL color Cylindrical-coordinate representation of color #2A990B: hue angle of 106.9º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A990B is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB4215311-
CMYK0.7300.930.4
HSL106.9º86.59%32.16%-
HSV(B)106.9º92.81%60%-
XYZ12.4123.34.16-
YUV103.6275.7384.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.39%
GREEN value IS 153 (60.16% from 255) = 74.27%
BLUE value IS 11 (4.69% from 255) = 5.34%
R=20.39%
G=74.27%
B=5.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal42153110.7300.930.4106.986.5932.16
Hex2A99B4905D286b5720
Octal522311311101355015312740
Binary10101010011001101110010010101110110100011010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,11); }

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

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

 a { background-color: rgb(42,153,11); }

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

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

 span { border-color: rgb(42,153,11); }

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