#1D9313

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

Shades of Forest Green #1D9313

Tints of Forest Green #1D9313

Color information

#1D9313 (or 0x1D9313) is unknown color: approx Forest Green. HEX triplet: 1D, 93 and 13. RGB value is (29,147,19). Sum of RGB (Red+Green+Blue) = 29+147+19=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 147 (57.81% from 255 or 75.38% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9313 is #E26CEC. Grayscale: #616161. Windows color (decimal): -14839021 or 1282845. OLE color: 1282845.

HSL color Cylindrical-coordinate representation of color #1D9313: hue angle of 115.31º 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 #1D9313 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB2914719-
CMYK0.8000.870.42
HSL115.31º77.11%32.55%-
HSV(B)115.31º87.07%57.65%-
XYZ11.0621.184.12-
YUV97.1383.9179.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 147 (57.81% from 255) = 75.38%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=14.87%
G=75.38%
B=9.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal29147190.8000.870.42115.3177.1132.55
Hex1D9313500572A734d21
Octal352232312001275216311541
Binary11101100100111001110100000101011110101011100111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D9313; }

 p { color: rgb(29,147,19); }

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

<style>
 a { background-color: #1D9313; }

 a { background-color: rgb(29,147,19); }

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

<style>
 span { border-color: #1D9313; }

 span { border-color: rgb(29,147,19); }

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