#2B970F

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

Shades of Forest Green #2B970F

Tints of Forest Green #2B970F

Color information

#2B970F (or 0x2B970F) is unknown color: approx Forest Green. HEX triplet: 2B, 97 and 0F. RGB value is (43,151,15). Sum of RGB (Red+Green+Blue) = 43+151+15=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 151 (59.38% from 255 or 72.25% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 151 - color contains mainly: green. Hex color #2B970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B970F is #D468F0. Grayscale: #676767. Windows color (decimal): -13920497 or 1021739. OLE color: 1021739.

HSL color Cylindrical-coordinate representation of color #2B970F: hue angle of 107.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B970F is Cyan = 0.72, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB4315115-
CMYK0.7200.900.41
HSL107.65º81.93%32.55%-
HSV(B)107.65º90.07%59.22%-
XYZ12.1522.684.19-
YUV103.278.2285.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.57%
GREEN value IS 151 (59.38% from 255) = 72.25%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=20.57%
G=72.25%
B=7.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43151150.7200.900.41107.6581.9332.55
Hex2B97F4805A296c5221
Octal532271711001325115412241
Binary10101110010111111110010000101101010100111011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,151,15); }

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

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

 a { background-color: rgb(43,151,15); }

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

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

 span { border-color: rgb(43,151,15); }

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