#1C7A0F

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

Shades of Forest Green #1C7A0F

Tints of Forest Green #1C7A0F

Color information

#1C7A0F (or 0x1C7A0F) is unknown color: approx Forest Green. HEX triplet: 1C, 7A and 0F. RGB value is (28,122,15). Sum of RGB (Red+Green+Blue) = 28+122+15=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 122 (48.05% from 255 or 73.94% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7A0F is #E385F0. Grayscale: #525252. Windows color (decimal): -14910961 or 1014300. OLE color: 1014300.

HSL color Cylindrical-coordinate representation of color #1C7A0F: hue angle of 112.71º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C7A0F is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB2812215-
CMYK0.7700.880.52
HSL112.71º78.1%26.86%-
HSV(B)112.71º87.7%47.84%-
XYZ7.5214.22.8-
YUV81.790.3689.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.97%
GREEN value IS 122 (48.05% from 255) = 73.94%
BLUE value IS 15 (6.25% from 255) = 9.09%
R=16.97%
G=73.94%
B=9.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28122150.7700.880.52112.7178.126.86
Hex1C7AF4D05834714e1b
Octal341721711501306416111633
Binary11100111101011111001101010110001101001110001100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,122,15); }

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

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

 a { background-color: rgb(28,122,15); }

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

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

 span { border-color: rgb(28,122,15); }

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