#1E523F

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

Shades of County Green #1E523F

Tints of County Green #1E523F

Color information

#1E523F (or 0x1E523F) is unknown color: approx County Green. HEX triplet: 1E, 52 and 3F. RGB value is (30,82,63). Sum of RGB (Red+Green+Blue) = 30+82+63=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #1E523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E523F is #E1ADC0. Grayscale: #404040. Windows color (decimal): -14790081 or 4149790. OLE color: 4149790.

HSL color Cylindrical-coordinate representation of color #1E523F: hue angle of 158.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E523F is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB308263-
CMYK0.6300.230.68
HSL158.08º46.43%21.96%-
HSV(B)158.08º63.41%32.16%-
XYZ4.456.675.76-
YUV64.29127.27103.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.14%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 63 (25% from 255) = 36%
R=17.14%
G=46.86%
B=36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082630.6300.230.68158.0846.4321.96
Hex1E523F3F017449e2e16
Octal3612277770271042365626
Binary11110101001011111111111101011110001001001111010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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