#1C7F2D

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

Shades of Forest Green #1C7F2D

Tints of Forest Green #1C7F2D

Color information

#1C7F2D (or 0x1C7F2D) is unknown color: approx Forest Green. HEX triplet: 1C, 7F and 2D. RGB value is (28,127,45). Sum of RGB (Red+Green+Blue) = 28+127+45=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #1C7F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7F2D is #E380D2. Grayscale: #585858. Windows color (decimal): -14909651 or 2981660. OLE color: 2981660.

HSL color Cylindrical-coordinate representation of color #1C7F2D: hue angle of 130.3º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C7F2D is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB2812745-
CMYK0.7800.650.50
HSL130.3º63.87%30.39%-
HSV(B)130.3º77.95%49.8%-
XYZ8.5415.625.05-
YUV88.05103.785.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14%
GREEN value IS 127 (50% from 255) = 63.5%
BLUE value IS 45 (17.97% from 255) = 22.5%
R=14%
G=63.5%
B=22.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28127450.7800.650.50130.363.8730.39
Hex1C7F2D4E0413282401e
Octal341775511601016220210036
Binary11100111111110110110011100100000111001010000010100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,127,45); }

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

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

 a { background-color: rgb(28,127,45); }

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

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

 span { border-color: rgb(28,127,45); }

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