#1C6212

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

Shades of Myrtle #1C6212

Tints of Myrtle #1C6212

Color information

#1C6212 (or 0x1C6212) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 12. RGB value is (28,98,18). Sum of RGB (Red+Green+Blue) = 28+98+18=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6212 is #E39DED. Grayscale: #444444. Windows color (decimal): -14917102 or 1204764. OLE color: 1204764.

HSL color Cylindrical-coordinate representation of color #1C6212: hue angle of 112.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C6212 is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB289818-
CMYK0.7100.820.62
HSL112.5º68.97%22.75%-
HSV(B)112.5º81.63%38.43%-
XYZ4.969.032.05-
YUV67.9599.8199.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.44%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=19.44%
G=68.06%
B=12.5%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898180.7100.820.62112.568.9722.75
Hex1C6212470523E704517
Octal341422210701227616010527
Binary111001100010100101000111010100101111101110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,18); }

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

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

 a { background-color: rgb(28,98,18); }

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

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

 span { border-color: rgb(28,98,18); }

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