#2B9B28

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

Shades of Forest Green #2B9B28

Tints of Forest Green #2B9B28

Color information

#2B9B28 (or 0x2B9B28) is unknown color: approx Forest Green. HEX triplet: 2B, 9B and 28. RGB value is (43,155,40). Sum of RGB (Red+Green+Blue) = 43+155+40=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #2B9B28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9B28 is #D464D7. Grayscale: #6C6C6C. Windows color (decimal): -13919448 or 2661163. OLE color: 2661163.

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

Color convert

RGB4315540-
CMYK0.7200.740.39
HSL118.43º58.97%38.24%-
HSV(B)118.43º74.19%60.78%-
XYZ13.124.115.97-
YUV108.489.3981.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 155 (60.94% from 255) = 65.13%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=18.07%
G=65.13%
B=16.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43155400.7200.740.39118.4358.9738.24
Hex2B9B284804A27763b26
Octal53233501100112471667346
Binary101011100110111010001001000010010101001111110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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