#1C6215

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

Shades of Myrtle #1C6215

Tints of Myrtle #1C6215

Color information

#1C6215 (or 0x1C6215) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 15. RGB value is (28,98,21). Sum of RGB (Red+Green+Blue) = 28+98+21=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6215 is #E39DEA. Grayscale: #444444. Windows color (decimal): -14917099 or 1401372. OLE color: 1401372.

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

Color convert

RGB289821-
CMYK0.7100.790.62
HSL114.55º64.71%23.33%-
HSV(B)114.55º78.57%38.43%-
XYZ4.989.042.19-
YUV68.29101.3199.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=19.05%
G=66.67%
B=14.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898210.7100.790.62114.5564.7123.33
Hex1C62154704F3E734117
Octal341422510701177616310127
Binary111001100010101011000111010011111111101110011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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