#2B9029

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

Shades of Forest Green #2B9029

Tints of Forest Green #2B9029

Color information

#2B9029 (or 0x2B9029) is unknown color: approx Forest Green. HEX triplet: 2B, 90 and 29. RGB value is (43,144,41). Sum of RGB (Red+Green+Blue) = 43+144+41=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9029 is #D46FD6. Grayscale: #666666. Windows color (decimal): -13922263 or 2723883. OLE color: 2723883.

HSL color Cylindrical-coordinate representation of color #2B9029: hue angle of 118.83º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9029 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB4314441-
CMYK0.7000.720.44
HSL118.83º55.68%36.27%-
HSV(B)118.83º71.53%56.47%-
XYZ11.3720.625.48-
YUV102.0693.5485.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 144 (56.64% from 255) = 63.16%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=18.86%
G=63.16%
B=17.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43144410.7000.720.44118.8355.6836.27
Hex2B9029460482C773824
Octal53220511060110541677044
Binary101011100100001010011000110010010001011001110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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