#2B9A29

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

Shades of Forest Green #2B9A29

Tints of Forest Green #2B9A29

Color information

#2B9A29 (or 0x2B9A29) is unknown color: approx Forest Green. HEX triplet: 2B, 9A and 29. RGB value is (43,154,41). Sum of RGB (Red+Green+Blue) = 43+154+41=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 154 (60.55% from 255 or 64.71% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 154 - color contains mainly: green. Hex color #2B9A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9A29 is #D465D6. Grayscale: #6C6C6C. Windows color (decimal): -13919703 or 2726443. OLE color: 2726443.

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

Color convert

RGB4315441-
CMYK0.7200.730.40
HSL118.94º57.95%38.24%-
HSV(B)118.94º73.38%60.39%-
XYZ12.9523.786.01-
YUV107.9390.2381.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 154 (60.55% from 255) = 64.71%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=18.07%
G=64.71%
B=17.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43154410.7200.730.40118.9457.9538.24
Hex2B9A294804928773a26
Octal53232511100111501677246
Binary101011100110101010011001000010010011010001110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,154,41); }

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

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

 a { background-color: rgb(43,154,41); }

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

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

 span { border-color: rgb(43,154,41); }

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