#2B9B32

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

Shades of Forest Green #2B9B32

Tints of Forest Green #2B9B32

Color information

#2B9B32 (or 0x2B9B32) is unknown color: approx Forest Green. HEX triplet: 2B, 9B and 32. RGB value is (43,155,50). Sum of RGB (Red+Green+Blue) = 43+155+50=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 155 (60.94% from 255 or 62.5% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9B32 is #D464CD. Grayscale: #6D6D6D. Windows color (decimal): -13919438 or 3316523. OLE color: 3316523.

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

Color convert

RGB4315550-
CMYK0.7200.680.39
HSL123.75º56.57%38.82%-
HSV(B)123.75º72.26%60.78%-
XYZ13.2924.196.99-
YUV109.5494.3980.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.34%
GREEN value IS 155 (60.94% from 255) = 62.5%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=17.34%
G=62.5%
B=20.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43155500.7200.680.39123.7556.5738.82
Hex2B9B3248044277c3927
Octal53233621100104471747147
Binary101011100110111100101001000010001001001111111100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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