#1E4B35

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

Shades of County Green #1E4B35

Tints of County Green #1E4B35

Color information

#1E4B35 (or 0x1E4B35) is unknown color: approx County Green. HEX triplet: 1E, 4B and 35. RGB value is (30,75,53). Sum of RGB (Red+Green+Blue) = 30+75+53=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4B35 is #E1B4CA. Grayscale: #3B3B3B. Windows color (decimal): -14791883 or 3492638. OLE color: 3492638.

HSL color Cylindrical-coordinate representation of color #1E4B35: hue angle of 150.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E4B35 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB307553-
CMYK0.6000.290.71
HSL150.67º42.86%20.59%-
HSV(B)150.67º60%29.41%-
XYZ3.695.574.25-
YUV59.04124.59107.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=18.99%
G=47.47%
B=33.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3075530.6000.290.71150.6742.8620.59
Hex1E4B353C01D47972b15
Octal3611365740351072275325
Binary11110100101111010111110001110110001111001011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,75,53); }

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

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

 a { background-color: rgb(30,75,53); }

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

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

 span { border-color: rgb(30,75,53); }

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