#1E533B

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

Shades of County Green #1E533B

Tints of County Green #1E533B

Color information

#1E533B (or 0x1E533B) is unknown color: approx County Green. HEX triplet: 1E, 53 and 3B. RGB value is (30,83,59). Sum of RGB (Red+Green+Blue) = 30+83+59=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #1E533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E533B is #E1ACC4. Grayscale: #404040. Windows color (decimal): -14789829 or 3887902. OLE color: 3887902.

HSL color Cylindrical-coordinate representation of color #1E533B: hue angle of 152.83º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E533B is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB308359-
CMYK0.6400.290.67
HSL152.83º46.9%22.16%-
HSV(B)152.83º63.86%32.55%-
XYZ4.426.785.21-
YUV64.42124.94103.45-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 59 (23.44% from 255) = 34.30%
R=17.44%
G=48.26%
B=34.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3083590.6400.290.67152.8346.922.16
Hex1E533B4001D43992f16
Octal36123731000351032315726
Binary111101010011111011100000001110110000111001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E533B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,59); }

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

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

 a { background-color: rgb(30,83,59); }

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

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

 span { border-color: rgb(30,83,59); }

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