#2B9915

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

Shades of Forest Green #2B9915

Tints of Forest Green #2B9915

Color information

#2B9915 (or 0x2B9915) is unknown color: approx Forest Green. HEX triplet: 2B, 99 and 15. RGB value is (43,153,21). Sum of RGB (Red+Green+Blue) = 43+153+21=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9915 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9915 is #D466EA. Grayscale: #696969. Windows color (decimal): -13919979 or 1415467. OLE color: 1415467.

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

Color convert

RGB4315321-
CMYK0.7200.860.4
HSL110º75.86%34.12%-
HSV(B)110º86.27%60%-
XYZ12.5223.354.56-
YUV105.0680.5683.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 153 (60.16% from 255) = 70.51%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=19.82%
G=70.51%
B=9.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal43153210.7200.860.411075.8634.12
Hex2B991548056286e4c22
Octal532312511001265015611442
Binary101011100110011010110010000101011010100011011101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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