#2D980E

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

Shades of Forest Green #2D980E

Tints of Forest Green #2D980E

Color information

#2D980E (or 0x2D980E) is unknown color: approx Forest Green. HEX triplet: 2D, 98 and 0E. RGB value is (45,152,14). Sum of RGB (Red+Green+Blue) = 45+152+14=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 152 (59.77% from 255 or 72.04% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 152 - color contains mainly: green. Hex color #2D980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D980E is #D267F1. Grayscale: #686868. Windows color (decimal): -13789170 or 956461. OLE color: 956461.

HSL color Cylindrical-coordinate representation of color #2D980E: hue angle of 106.52º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D980E is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB4515214-
CMYK0.7000.910.40
HSL106.52º83.13%32.55%-
HSV(B)106.52º90.79%59.61%-
XYZ12.3923.054.21-
YUV104.2877.0585.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.33%
GREEN value IS 152 (59.77% from 255) = 72.04%
BLUE value IS 14 (5.86% from 255) = 6.64%
R=21.33%
G=72.04%
B=6.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal45152140.7000.910.40106.5283.1332.55
Hex2D98E4605B286b5321
Octal552301610601335015312341
Binary10110110011000111010001100101101110100011010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D980E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,152,14); }

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

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

 a { background-color: rgb(45,152,14); }

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

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

 span { border-color: rgb(45,152,14); }

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