#2A9B37

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

Shades of Forest Green #2A9B37

Tints of Forest Green #2A9B37

Color information

#2A9B37 (or 0x2A9B37) is unknown color: approx Forest Green. HEX triplet: 2A, 9B and 37. RGB value is (42,155,55). Sum of RGB (Red+Green+Blue) = 42+155+55=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9B37 is #D564C8. Grayscale: #6E6E6E. Windows color (decimal): -13984969 or 3644202. OLE color: 3644202.

HSL color Cylindrical-coordinate representation of color #2A9B37: hue angle of 126.9º 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 #2A9B37 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB4215555-
CMYK0.7300.650.39
HSL126.9º57.36%38.63%-
HSV(B)126.9º72.9%60.78%-
XYZ13.3724.217.58-
YUV109.8197.0679.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.67%
GREEN value IS 155 (60.94% from 255) = 61.51%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=16.67%
G=61.51%
B=21.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155550.7300.650.39126.957.3638.63
Hex2A9B3749041277f3927
Octal52233671110101471777147
Binary101010100110111101111001001010000011001111111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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