#2a980b

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

Shades of Forest Green #2A980B

Tints of Forest Green #2A980B

Color information

#2A980B (or 0x2A980B) is unknown color: approx Forest Green. HEX triplet: 2A, 98 and 0B. RGB value is (42,152,11). Sum of RGB (Red+Green+Blue) = 42+152+11=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 152 (59.77% from 255 or 74.15% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 152 - color contains mainly: green. Hex color #2A980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A980B is #D567F4. Grayscale: #676767. Windows color (decimal): -13985781 or 759850. OLE color: 759850.

HSL color Cylindrical-coordinate representation of color #2A980B: hue angle of 106.81º 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 #2A980B is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB4215211-
CMYK0.7200.930.40
HSL106.81º86.5%31.96%-
HSV(B)106.81º92.76%59.61%-
XYZ12.2422.974.11-
YUV103.0476.0684.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.49%
GREEN value IS 152 (59.77% from 255) = 74.15%
BLUE value IS 11 (4.69% from 255) = 5.37%
R=20.49%
G=74.15%
B=5.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152110.7200.930.40106.8186.531.96
Hex2A98B4805D286b5720
Octal522301311001355015312740
Binary10101010011000101110010000101110110100011010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a980b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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