#2A9B39

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

Shades of Forest Green #2A9B39

Tints of Forest Green #2A9B39

Color information

#2A9B39 (or 0x2A9B39) is unknown color: approx Forest Green. HEX triplet: 2A, 9B and 39. RGB value is (42,155,57). Sum of RGB (Red+Green+Blue) = 42+155+57=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 155 (60.94% from 255 or 61.02% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B39 is #D564C6. Grayscale: #6E6E6E. Windows color (decimal): -13984967 or 3775274. OLE color: 3775274.

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

Color convert

RGB4215557-
CMYK0.7300.630.39
HSL127.96º57.36%38.63%-
HSV(B)127.96º72.9%60.78%-
XYZ13.4124.237.84-
YUV110.0498.0679.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 155 (60.94% from 255) = 61.02%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=16.54%
G=61.02%
B=22.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155570.7300.630.39127.9657.3638.63
Hex2A9B394903F27803927
Octal5223371111077472007147
Binary101010100110111110011001001011111110011110000000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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