#1C7D1D

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

Shades of Forest Green #1C7D1D

Tints of Forest Green #1C7D1D

Color information

#1C7D1D (or 0x1C7D1D) is unknown color: approx Forest Green. HEX triplet: 1C, 7D and 1D. RGB value is (28,125,29). Sum of RGB (Red+Green+Blue) = 28+125+29=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 125 (49.22% from 255 or 68.68% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 125 - color contains mainly: green. Hex color #1C7D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7D1D is #E382E2. Grayscale: #555555. Windows color (decimal): -14910179 or 1932572. OLE color: 1932572.

HSL color Cylindrical-coordinate representation of color #1C7D1D: hue angle of 120.62º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7D1D is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB2812529-
CMYK0.7800.770.51
HSL120.62º63.4%30%-
HSV(B)120.62º77.6%49.02%-
XYZ8.03153.63-
YUV85.0596.3687.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.38%
GREEN value IS 125 (49.22% from 255) = 68.68%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=15.38%
G=68.68%
B=15.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28125290.7800.770.51120.6263.430
Hex1C7D1D4E04D33793f1e
Octal34175351160115631717736
Binary11100111110111101100111001001101110011111100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,125,29); }

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

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

 a { background-color: rgb(28,125,29); }

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

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

 span { border-color: rgb(28,125,29); }

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