#1E5039

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

Shades of County Green #1E5039

Tints of County Green #1E5039

Color information

#1E5039 (or 0x1E5039) is unknown color: approx County Green. HEX triplet: 1E, 50 and 39. RGB value is (30,80,57). Sum of RGB (Red+Green+Blue) = 30+80+57=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #1E5039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E5039 is #E1AFC6. Grayscale: #3E3E3E. Windows color (decimal): -14790599 or 3756062. OLE color: 3756062.

HSL color Cylindrical-coordinate representation of color #1E5039: hue angle of 152.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E5039 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB308057-
CMYK0.6200.290.69
HSL152.4º45.45%21.57%-
HSV(B)152.4º62.5%31.37%-
XYZ4.146.314.87-
YUV62.43124.94104.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 80 (31.64% from 255) = 47.90%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=17.96%
G=47.90%
B=34.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3080570.6200.290.69152.445.4521.57
Hex1E50393E01D45982d16
Octal3612071760351052305526
Binary11110101000011100111111001110110001011001100010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,57); }

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

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

 a { background-color: rgb(30,80,57); }

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

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

 span { border-color: rgb(30,80,57); }

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