#2B9313

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

Shades of Forest Green #2B9313

Tints of Forest Green #2B9313

Color information

#2B9313 (or 0x2B9313) is unknown color: approx Forest Green. HEX triplet: 2B, 93 and 13. RGB value is (43,147,19). Sum of RGB (Red+Green+Blue) = 43+147+19=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9313 is #D46CEC. Grayscale: #656565. Windows color (decimal): -13921517 or 1282859. OLE color: 1282859.

HSL color Cylindrical-coordinate representation of color #2B9313: hue angle of 108.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B9313 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB4314719-
CMYK0.7100.870.42
HSL108.75º77.11%32.55%-
HSV(B)108.75º87.07%57.65%-
XYZ11.5521.434.14-
YUV101.3181.5486.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 147 (57.81% from 255) = 70.33%
BLUE value IS 19 (7.81% from 255) = 9.09%
R=20.57%
G=70.33%
B=9.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43147190.7100.870.42108.7577.1132.55
Hex2B9313470572A6d4d21
Octal532232310701275215511541
Binary101011100100111001110001110101011110101011011011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,147,19); }

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

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

 a { background-color: rgb(43,147,19); }

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

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

 span { border-color: rgb(43,147,19); }

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