#2A9B0F

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

Shades of Forest Green #2A9B0F

Tints of Forest Green #2A9B0F

Color information

#2A9B0F (or 0x2A9B0F) is unknown color: approx Forest Green. HEX triplet: 2A, 9B and 0F. RGB value is (42,155,15). Sum of RGB (Red+Green+Blue) = 42+155+15=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 155 (60.94% from 255 or 73.11% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9B0F is #D564F0. Grayscale: #696969. Windows color (decimal): -13985009 or 1022762. OLE color: 1022762.

HSL color Cylindrical-coordinate representation of color #2A9B0F: hue angle of 108.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A9B0F is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB4215515-
CMYK0.7300.900.39
HSL108.43º82.35%33.33%-
HSV(B)108.43º90.32%60.78%-
XYZ12.7623.974.41-
YUV105.2577.0682.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.81%
GREEN value IS 155 (60.94% from 255) = 73.11%
BLUE value IS 15 (6.25% from 255) = 7.08%
R=19.81%
G=73.11%
B=7.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155150.7300.900.39108.4382.3533.33
Hex2A9BF4905A276c5221
Octal522331711101324715412241
Binary10101010011011111110010010101101010011111011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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