#2D9513

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

Shades of Forest Green #2D9513

Tints of Forest Green #2D9513

Color information

#2D9513 (or 0x2D9513) is unknown color: approx Forest Green. HEX triplet: 2D, 95 and 13. RGB value is (45,149,19). Sum of RGB (Red+Green+Blue) = 45+149+19=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2D9513 is #D26AEC. Grayscale: #676767. Windows color (decimal): -13789933 or 1283373. OLE color: 1283373.

HSL color Cylindrical-coordinate representation of color #2D9513: hue angle of 108º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D9513 is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB4514919-
CMYK0.7000.870.42
HSL108º77.38%32.94%-
HSV(B)108º87.25%58.43%-
XYZ11.9522.14.25-
YUV103.0880.5486.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 21.13%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=21.13%
G=69.95%
B=8.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45149190.7000.870.4210877.3832.94
Hex2D9513460572A6c4d21
Octal552252310601275215411541
Binary101101100101011001110001100101011110101011011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,149,19); }

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

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

 a { background-color: rgb(45,149,19); }

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

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

 span { border-color: rgb(45,149,19); }

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