#1C7C06

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

Shades of Green #1C7C06

Tints of Green #1C7C06

Color information

#1C7C06 (or 0x1C7C06) is unknown color: approx Green. HEX triplet: 1C, 7C and 06. RGB value is (28,124,6). Sum of RGB (Red+Green+Blue) = 28+124+6=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 6 (2.73% from 255 or 3.80% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7C06 is #E383F9. Grayscale: #525252. Windows color (decimal): -14910458 or 424988. OLE color: 424988.

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

Color convert

RGB281246-
CMYK0.7700.950.51
HSL108.81º90.77%25.49%-
HSV(B)108.81º95.16%48.63%-
XYZ7.7214.682.6-
YUV81.8485.289.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 124 (48.83% from 255) = 78.48%
BLUE value IS 6 (2.73% from 255) = 3.80%
R=17.72%
G=78.48%
B=3.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2812460.7700.950.51108.8190.7725.49
Hex1C7C64D05F336d5b19
Octal34174611501376315513331
Binary1110011111001101001101010111111100111101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,6); }

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

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

 a { background-color: rgb(28,124,6); }

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

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

 span { border-color: rgb(28,124,6); }

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