#1D750D

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

Shades of Forest Green #1D750D

Tints of Forest Green #1D750D

Color information

#1D750D (or 0x1D750D) is unknown color: approx Forest Green. HEX triplet: 1D, 75 and 0D. RGB value is (29,117,13). Sum of RGB (Red+Green+Blue) = 29+117+13=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #1D750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D750D is #E28AF2. Grayscale: #4F4F4F. Windows color (decimal): -14846707 or 881949. OLE color: 881949.

HSL color Cylindrical-coordinate representation of color #1D750D: hue angle of 110.77º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D750D is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB2911713-
CMYK0.7500.890.54
HSL110.77º80%25.49%-
HSV(B)110.77º88.89%45.88%-
XYZ6.9413.012.53-
YUV78.8390.8592.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 117 (46.09% from 255) = 73.58%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=18.24%
G=73.58%
B=8.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117130.7500.890.54110.778025.49
Hex1D75D4B059366f5019
Octal351651511301316615712031
Binary11101111010111011001011010110011101101101111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,117,13); }

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

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

 a { background-color: rgb(29,117,13); }

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

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

 span { border-color: rgb(29,117,13); }

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