#2B9729

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

Shades of Forest Green #2B9729

Tints of Forest Green #2B9729

Color information

#2B9729 (or 0x2B9729) is unknown color: approx Forest Green. HEX triplet: 2B, 97 and 29. RGB value is (43,151,41). Sum of RGB (Red+Green+Blue) = 43+151+41=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 151 (59.38% from 255 or 64.26% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9729 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9729 is #D468D6. Grayscale: #6A6A6A. Windows color (decimal): -13920471 or 2725675. OLE color: 2725675.

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

Color convert

RGB4315141-
CMYK0.7200.730.41
HSL118.91º57.29%37.65%-
HSV(B)118.91º72.85%59.22%-
XYZ12.4622.815.84-
YUV106.1791.2282.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 151 (59.38% from 255) = 64.26%
BLUE value IS 41 (16.41% from 255) = 17.45%
R=18.30%
G=64.26%
B=17.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43151410.7200.730.41118.9157.2937.65
Hex2B97294804929773926
Octal53227511100111511677146
Binary101011100101111010011001000010010011010011110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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