#1E4F3B

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

Shades of County Green #1E4F3B

Tints of County Green #1E4F3B

Color information

#1E4F3B (or 0x1E4F3B) is unknown color: approx County Green. HEX triplet: 1E, 4F and 3B. RGB value is (30,79,59). Sum of RGB (Red+Green+Blue) = 30+79+59=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #1E4F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4F3B is #E1B0C4. Grayscale: #3E3E3E. Windows color (decimal): -14790853 or 3886878. OLE color: 3886878.

HSL color Cylindrical-coordinate representation of color #1E4F3B: hue angle of 155.51º degrees, saturation: 0.45, 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 #1E4F3B is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB307959-
CMYK0.6200.250.69
HSL155.51º44.95%21.37%-
HSV(B)155.51º62.03%30.98%-
XYZ4.126.185.11-
YUV62.07126.27105.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.86%
GREEN value IS 79 (31.25% from 255) = 47.02%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=17.86%
G=47.02%
B=35.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3079590.6200.250.69155.5144.9521.37
Hex1E4F3B3E019459c2d15
Octal3611773760311052345525
Binary11110100111111101111111001100110001011001110010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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