#1E4432

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

Shades of County Green #1E4432

Tints of County Green #1E4432

Color information

#1E4432 (or 0x1E4432) is unknown color: approx County Green. HEX triplet: 1E, 44 and 32. RGB value is (30,68,50). Sum of RGB (Red+Green+Blue) = 30+68+50=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4432 is #E1BBCD. Grayscale: #363636. Windows color (decimal): -14793678 or 3294238. OLE color: 3294238.

HSL color Cylindrical-coordinate representation of color #1E4432: hue angle of 151.58º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E4432 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB306850-
CMYK0.5600.260.73
HSL151.58º38.78%19.22%-
HSV(B)151.58º55.88%26.67%-
XYZ3.184.643.75-
YUV54.59125.41110.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=20.27%
G=45.95%
B=33.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3068500.5600.260.73151.5838.7819.22
Hex1E44323801A49982713
Octal3610462700321112304723
Binary11110100010011001011100001101010010011001100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,50); }

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

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

 a { background-color: rgb(30,68,50); }

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

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

 span { border-color: rgb(30,68,50); }

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