#2B9922

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

Shades of Forest Green #2B9922

Tints of Forest Green #2B9922

Color information

#2B9922 (or 0x2B9922) is unknown color: approx Forest Green. HEX triplet: 2B, 99 and 22. RGB value is (43,153,34). Sum of RGB (Red+Green+Blue) = 43+153+34=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 153 (60.16% from 255 or 66.52% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9922 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9922 is #D466DD. Grayscale: #6A6A6A. Windows color (decimal): -13919966 or 2267435. OLE color: 2267435.

HSL color Cylindrical-coordinate representation of color #2B9922: hue angle of 115.46º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B9922 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB4315334-
CMYK0.7200.780.4
HSL115.46º63.64%36.67%-
HSV(B)115.46º77.78%60%-
XYZ12.6823.415.36-
YUV106.5487.0682.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.70%
GREEN value IS 153 (60.16% from 255) = 66.52%
BLUE value IS 34 (13.67% from 255) = 14.78%
R=18.70%
G=66.52%
B=14.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153340.7200.780.4115.4663.6436.67
Hex2B99224804E28734025
Octal532314211001165016310045
Binary1010111001100110001010010000100111010100011100111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,153,34); }

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

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

 a { background-color: rgb(43,153,34); }

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

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

 span { border-color: rgb(43,153,34); }

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