#1C5139

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

Shades of County Green #1C5139

Tints of County Green #1C5139

Color information

#1C5139 (or 0x1C5139) is unknown color: approx County Green. HEX triplet: 1C, 51 and 39. RGB value is (28,81,57). Sum of RGB (Red+Green+Blue) = 28+81+57=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #1C5139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5139 is #E3AEC6. Grayscale: #3E3E3E. Windows color (decimal): -14921415 or 3756316. OLE color: 3756316.

HSL color Cylindrical-coordinate representation of color #1C5139: hue angle of 152.83º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C5139 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB288157-
CMYK0.6500.300.68
HSL152.83º48.62%21.37%-
HSV(B)152.83º65.43%31.76%-
XYZ4.166.434.89-
YUV62.42124.94103.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.87%
GREEN value IS 81 (32.03% from 255) = 48.80%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=16.87%
G=48.80%
B=34.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2881570.6500.300.68152.8348.6221.37
Hex1C51394101E44993115
Octal34121711010361042316125
Binary111001010001111001100000101111010001001001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,57); }

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

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

 a { background-color: rgb(28,81,57); }

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

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

 span { border-color: rgb(28,81,57); }

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