#1E4735

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

Shades of County Green #1E4735

Tints of County Green #1E4735

Color information

#1E4735 (or 0x1E4735) is unknown color: approx County Green. HEX triplet: 1E, 47 and 35. RGB value is (30,71,53). Sum of RGB (Red+Green+Blue) = 30+71+53=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4735 is #E1B8CA. Grayscale: #383838. Windows color (decimal): -14792907 or 3491614. OLE color: 3491614.

HSL color Cylindrical-coordinate representation of color #1E4735: hue angle of 153.66º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4735 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB307153-
CMYK0.5800.250.72
HSL153.66º40.59%19.8%-
HSV(B)153.66º57.75%27.84%-
XYZ3.435.044.16-
YUV56.69125.92108.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.48%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=19.48%
G=46.10%
B=34.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3071530.5800.250.72153.6640.5919.8
Hex1E47353A019489a2914
Octal3610765720311102325124
Binary11110100011111010111101001100110010001001101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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