#1C5A24

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

Shades of Parsley #1C5A24

Tints of Parsley #1C5A24

Color information

#1C5A24 (or 0x1C5A24) is unknown color: approx Parsley. HEX triplet: 1C, 5A and 24. RGB value is (28,90,36). Sum of RGB (Red+Green+Blue) = 28+90+36=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #1C5A24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5A24 is #E3A5DB. Grayscale: #414141. Windows color (decimal): -14919132 or 2382364. OLE color: 2382364.

HSL color Cylindrical-coordinate representation of color #1C5A24: hue angle of 127.74º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5A24 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB289036-
CMYK0.6900.600.65
HSL127.74º52.54%23.14%-
HSV(B)127.74º68.89%35.29%-
XYZ4.457.692.92-
YUV65.31111.46101.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 90 (35.55% from 255) = 58.44%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=18.18%
G=58.44%
B=23.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2890360.6900.600.65127.7452.5423.14
Hex1C5A244503C41803517
Octal34132441050741012006527
Binary1110010110101001001000101011110010000011000000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,90,36); }

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

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

 a { background-color: rgb(28,90,36); }

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

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

 span { border-color: rgb(28,90,36); }

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