#1E553A

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

Shades of County Green #1E553A

Tints of County Green #1E553A

Color information

#1E553A (or 0x1E553A) is unknown color: approx County Green. HEX triplet: 1E, 55 and 3A. RGB value is (30,85,58). Sum of RGB (Red+Green+Blue) = 30+85+58=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #1E553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E553A is #E1AAC5. Grayscale: #414141. Windows color (decimal): -14789318 or 3822878. OLE color: 3822878.

HSL color Cylindrical-coordinate representation of color #1E553A: hue angle of 150.55º 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 #1E553A is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB308558-
CMYK0.6500.320.67
HSL150.55º47.83%22.55%-
HSV(B)150.55º64.71%33.33%-
XYZ4.557.085.13-
YUV65.48123.78102.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.34%
GREEN value IS 85 (33.59% from 255) = 49.13%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=17.34%
G=49.13%
B=33.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3085580.6500.320.67150.5547.8322.55
Hex1E553A4102043973017
Octal36125721010401032276027
Binary1111010101011110101000001010000010000111001011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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