#2b870e

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

Shades of Forest Green #2B870E

Tints of Forest Green #2B870E

Color information

#2B870E (or 0x2B870E) is unknown color: approx Forest Green. HEX triplet: 2B, 87 and 0E. RGB value is (43,135,14). Sum of RGB (Red+Green+Blue) = 43+135+14=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #2B870E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B870E is #D478F1. Grayscale: #5E5E5E. Windows color (decimal): -13924594 or 952107. OLE color: 952107.

HSL color Cylindrical-coordinate representation of color #2B870E: hue angle of 105.62º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B870E is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB4313514-
CMYK0.6800.900.47
HSL105.62º81.21%29.22%-
HSV(B)105.62º89.63%52.94%-
XYZ9.7417.873.35-
YUV93.783.0291.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.40%
GREEN value IS 135 (53.12% from 255) = 70.31%
BLUE value IS 14 (5.86% from 255) = 7.29%
R=22.40%
G=70.31%
B=7.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43135140.6800.900.47105.6281.2129.22
Hex2B87E4405A2F6a511d
Octal532071610401325715212135
Binary1010111000011111101000100010110101011111101010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b870e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,135,14); }

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

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

 a { background-color: rgb(43,135,14); }

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

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

 span { border-color: rgb(43,135,14); }

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