#1C5015

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

Shades of Myrtle #1C5015

Tints of Myrtle #1C5015

Color information

#1C5015 (or 0x1C5015) is unknown color: approx Myrtle. HEX triplet: 1C, 50 and 15. RGB value is (28,80,21). Sum of RGB (Red+Green+Blue) = 28+80+21=129 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.71% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #1C5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5015 is #E3AFEA. Grayscale: #393939. Windows color (decimal): -14921707 or 1396764. OLE color: 1396764.

HSL color Cylindrical-coordinate representation of color #1C5015: hue angle of 112.88º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C5015 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB288021-
CMYK0.6500.740.69
HSL112.88º58.42%19.8%-
HSV(B)112.88º73.75%31.37%-
XYZ3.486.041.69-
YUV57.73107.27106.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.71%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=21.71%
G=62.02%
B=16.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2880210.6500.740.69112.8858.4219.8
Hex1C50154104A45713a14
Octal341202510101121051617224
Binary111001010000101011000001010010101000101111000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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