#1C5440

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

Shades of County Green #1C5440

Tints of County Green #1C5440

Color information

#1C5440 (or 0x1C5440) is unknown color: approx County Green. HEX triplet: 1C, 54 and 40. RGB value is (28,84,64). Sum of RGB (Red+Green+Blue) = 28+84+64=176 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.91% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5440 is #E3ABBF. Grayscale: #414141. Windows color (decimal): -14920640 or 4215836. OLE color: 4215836.

HSL color Cylindrical-coordinate representation of color #1C5440: hue angle of 158.57º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5440 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB288464-
CMYK0.6700.240.67
HSL158.57º50%21.96%-
HSV(B)158.57º66.67%32.94%-
XYZ4.576.965.95-
YUV64.98127.45101.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 15.91%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 64 (25.39% from 255) = 36.36%
R=15.91%
G=47.73%
B=36.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884640.6700.240.67158.575021.96
Hex1C544043018439f3216
Octal341241001030301032376226
Binary1110010101001000000100001101100010000111001111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,84,64); }

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

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

 a { background-color: rgb(28,84,64); }

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

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

 span { border-color: rgb(28,84,64); }

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