#2A9A39

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

Shades of Forest Green #2A9A39

Tints of Forest Green #2A9A39

Color information

#2A9A39 (or 0x2A9A39) is unknown color: approx Forest Green. HEX triplet: 2A, 9A and 39. RGB value is (42,154,57). Sum of RGB (Red+Green+Blue) = 42+154+57=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 154 (60.55% from 255 or 60.87% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9A39 is #D565C6. Grayscale: #6D6D6D. Windows color (decimal): -13985223 or 3775018. OLE color: 3775018.

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

Color convert

RGB4215457-
CMYK0.7300.630.40
HSL128.04º57.14%38.43%-
HSV(B)128.04º72.73%60.39%-
XYZ13.2523.97.79-
YUV109.4598.3979.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 154 (60.55% from 255) = 60.87%
BLUE value IS 57 (22.66% from 255) = 22.53%
R=16.60%
G=60.87%
B=22.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42154570.7300.630.40128.0457.1438.43
Hex2A9A394903F28803926
Octal5223271111077502007146
Binary101010100110101110011001001011111110100010000000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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