#1E4134

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

Shades of Sherwood Green #1E4134

Tints of Sherwood Green #1E4134

Color information

#1E4134 (or 0x1E4134) is unknown color: approx Sherwood Green. HEX triplet: 1E, 41 and 34. RGB value is (30,65,52). Sum of RGB (Red+Green+Blue) = 30+65+52=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 65 (25.78% from 255 or 44.22% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4134 is #E1BECB. Grayscale: #353535. Windows color (decimal): -14794444 or 3424542. OLE color: 3424542.

HSL color Cylindrical-coordinate representation of color #1E4134: hue angle of 157.71º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4134 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB306552-
CMYK0.5400.200.75
HSL157.71º36.84%18.63%-
HSV(B)157.71º53.85%25.49%-
XYZ3.054.33.92-
YUV53.05127.4111.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 65 (25.78% from 255) = 44.22%
BLUE value IS 52 (20.70% from 255) = 35.37%
R=20.41%
G=44.22%
B=35.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065520.5400.200.75157.7136.8418.63
Hex1E4134360144B9e2513
Octal3610164660241132364523
Binary11110100000111010011011001010010010111001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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