#1E553F

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

Shades of County Green #1E553F

Tints of County Green #1E553F

Color information

#1E553F (or 0x1E553F) is unknown color: approx County Green. HEX triplet: 1E, 55 and 3F. RGB value is (30,85,63). Sum of RGB (Red+Green+Blue) = 30+85+63=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #1E553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E553F is #E1AAC0. Grayscale: #424242. Windows color (decimal): -14789313 or 4150558. OLE color: 4150558.

HSL color Cylindrical-coordinate representation of color #1E553F: hue angle of 156º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E553F is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB308563-
CMYK0.6500.260.67
HSL156º47.83%22.55%-
HSV(B)156º64.71%33.33%-
XYZ4.687.135.83-
YUV66.05126.28102.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.85%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 63 (25% from 255) = 35.39%
R=16.85%
G=47.75%
B=35.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085630.6500.260.6715647.8322.55
Hex1E553F4101A439c3017
Octal36125771010321032346027
Binary111101010101111111100000101101010000111001110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,63); }

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

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

 a { background-color: rgb(30,85,63); }

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

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

 span { border-color: rgb(30,85,63); }

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