#1D9F10

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

Shades of Forest Green #1D9F10

Tints of Forest Green #1D9F10

Color information

#1D9F10 (or 0x1D9F10) is unknown color: approx Forest Green. HEX triplet: 1D, 9F and 10. RGB value is (29,159,16). Sum of RGB (Red+Green+Blue) = 29+159+16=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 159 (62.5% from 255 or 77.94% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 159 - color contains mainly: green. Hex color #1D9F10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1D9F10 is #E260EF. Grayscale: #686868. Windows color (decimal): -14835952 or 1089309. OLE color: 1089309.

HSL color Cylindrical-coordinate representation of color #1D9F10: hue angle of 114.55º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D9F10 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB2915916-
CMYK0.8200.900.38
HSL114.55º81.71%34.31%-
HSV(B)114.55º89.94%62.35%-
XYZ1325.094.65-
YUV103.8378.4374.63-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.22%
GREEN value IS 159 (62.5% from 255) = 77.94%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=14.22%
G=77.94%
B=7.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal29159160.8200.900.38114.5581.7134.31
Hex1D9F105205A26735222
Octal352372012201324616312242
Binary11101100111111000010100100101101010011011100111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,159,16); }

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

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

 a { background-color: rgb(29,159,16); }

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

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

 span { border-color: rgb(29,159,16); }

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