#2B9B33

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

Shades of Forest Green #2B9B33

Tints of Forest Green #2B9B33

Color information

#2B9B33 (or 0x2B9B33) is unknown color: approx Forest Green. HEX triplet: 2B, 9B and 33. RGB value is (43,155,51). Sum of RGB (Red+Green+Blue) = 43+155+51=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 155 (60.94% from 255 or 62.25% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9B33 is #D464CC. Grayscale: #6D6D6D. Windows color (decimal): -13919437 or 3382059. OLE color: 3382059.

HSL color Cylindrical-coordinate representation of color #2B9B33: hue angle of 124.29º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9B33 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB4315551-
CMYK0.7200.670.39
HSL124.29º56.57%38.82%-
HSV(B)124.29º72.26%60.78%-
XYZ13.3224.27.1-
YUV109.6694.8980.46-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 155 (60.94% from 255) = 62.25%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=17.27%
G=62.25%
B=20.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43155510.7200.670.39124.2956.5738.82
Hex2B9B3348043277c3927
Octal53233631100103471747147
Binary101011100110111100111001000010000111001111111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,155,51); }

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

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

 a { background-color: rgb(43,155,51); }

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

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

 span { border-color: rgb(43,155,51); }

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