#1E4E34

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

Shades of County Green #1E4E34

Tints of County Green #1E4E34

Color information

#1E4E34 (or 0x1E4E34) is unknown color: approx County Green. HEX triplet: 1E, 4E and 34. RGB value is (30,78,52). Sum of RGB (Red+Green+Blue) = 30+78+52=160 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.75% from 160); Green value is 78 (30.86% from 255 or 48.75% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 78 - color contains mainly: green. Hex color #1E4E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4E34 is #E1B1CB. Grayscale: #3C3C3C. Windows color (decimal): -14791116 or 3427870. OLE color: 3427870.

HSL color Cylindrical-coordinate representation of color #1E4E34: hue angle of 147.5º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4E34 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB307852-
CMYK0.6200.330.69
HSL147.5º44.44%21.18%-
HSV(B)147.5º61.54%30.59%-
XYZ3.885.974.2-
YUV60.68123.1106.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.75%
GREEN value IS 78 (30.86% from 255) = 48.75%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=18.75%
G=48.75%
B=32.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3078520.6200.330.69147.544.4421.18
Hex1E4E343E02145942c15
Octal3611664760411052245425
Binary111101001110110100111110010000110001011001010010110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,78,52); }

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

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

 a { background-color: rgb(30,78,52); }

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

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

 span { border-color: rgb(30,78,52); }

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