Html Css Color HEX #1E553A County Green

📋 copy color: '#1E553A'

red 30 ◦ green 85 ◦ blue 58

#1E553A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #1E553A

Tints of County Green #1E553A

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 value IS 0.65

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#1E553A (or 0x1E553A) is known color: 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

RGB 30 85 58 -
CMYK 0.65 0 0.32 0.67
HSL 150.55º 0.48% 0.23% -
HSV(B) 150.55º 0.65% 0.33% -
XYZ 4.55 7.08 5.13 -
YUV 65.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 30 85 58 0.65 0 0.32 0.67 150.55 0.48 0.23
Hex 1E 55 3A 41 0 20 43 97 30 17
Octal 36 125 72 101 0 40 103 227 60 27
Binary 11110 1010101 111010 1000001 0 100000 1000011 10010111 110000 10111

Color Harmonies of #1E553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E553A

Black with #1E553A

Text Example


Text Example

White with #1E553A

Text Example


Text Example

HTML Codes & Css Web 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>