#1D751E

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

Shades of Forest Green #1D751E

Tints of Forest Green #1D751E

Color information

#1D751E (or 0x1D751E) is unknown color: approx Forest Green. HEX triplet: 1D, 75 and 1E. RGB value is (29,117,30). Sum of RGB (Red+Green+Blue) = 29+117+30=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #1D751E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D751E is #E28AE1. Grayscale: #515151. Windows color (decimal): -14846690 or 1996061. OLE color: 1996061.

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

Color convert

RGB2911730-
CMYK0.7500.740.54
HSL120.68º60.27%28.63%-
HSV(B)120.68º75.21%45.88%-
XYZ7.113.083.38-
YUV80.7799.3591.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 117 (46.09% from 255) = 66.48%
BLUE value IS 30 (12.11% from 255) = 17.05%
R=16.48%
G=66.48%
B=17.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117300.7500.740.54120.6860.2728.63
Hex1D751E4B04A36793c1d
Octal35165361130112661717435
Binary11101111010111110100101101001010110110111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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