#2B8D14

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

Shades of Forest Green #2B8D14

Tints of Forest Green #2B8D14

Color information

#2B8D14 (or 0x2B8D14) is unknown color: approx Forest Green. HEX triplet: 2B, 8D and 14. RGB value is (43,141,20). Sum of RGB (Red+Green+Blue) = 43+141+20=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 141 (55.47% from 255 or 69.12% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 141 - color contains mainly: green. Hex color #2B8D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8D14 is #D472EB. Grayscale: #626262. Windows color (decimal): -13923052 or 1346859. OLE color: 1346859.

HSL color Cylindrical-coordinate representation of color #2B8D14: hue angle of 108.6º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B8D14 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB4314120-
CMYK0.7000.860.45
HSL108.6º75.16%31.57%-
HSV(B)108.6º85.82%55.29%-
XYZ10.6519.613.89-
YUV97.984.0388.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 141 (55.47% from 255) = 69.12%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=21.08%
G=69.12%
B=9.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43141200.7000.860.45108.675.1631.57
Hex2B8D14460562D6d4b20
Octal532152410601265515511340
Binary101011100011011010010001100101011010110111011011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B8D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,20); }

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

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

 a { background-color: rgb(43,141,20); }

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

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

 span { border-color: rgb(43,141,20); }

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