#2D9914

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

Shades of Forest Green #2D9914

Tints of Forest Green #2D9914

Color information

#2D9914 (or 0x2D9914) is unknown color: approx Forest Green. HEX triplet: 2D, 99 and 14. RGB value is (45,153,20). Sum of RGB (Red+Green+Blue) = 45+153+20=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #2D9914 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9914 is #D266EB. Grayscale: #696969. Windows color (decimal): -13788908 or 1349933. OLE color: 1349933.

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

Color convert

RGB4515320-
CMYK0.7100.870.4
HSL108.72º76.88%33.92%-
HSV(B)108.72º86.93%60%-
XYZ12.623.394.51-
YUV105.5579.7284.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.64%
GREEN value IS 153 (60.16% from 255) = 70.18%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=20.64%
G=70.18%
B=9.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal45153200.7100.870.4108.7276.8833.92
Hex2D991447057286d4d22
Octal552312410701275015511542
Binary101101100110011010010001110101011110100011011011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,153,20); }

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

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

 a { background-color: rgb(45,153,20); }

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

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

 span { border-color: rgb(45,153,20); }

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