#1E483B

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

Shades of Sherwood Green #1E483B

Tints of Sherwood Green #1E483B

Color information

#1E483B (or 0x1E483B) is unknown color: approx Sherwood Green. HEX triplet: 1E, 48 and 3B. RGB value is (30,72,59). Sum of RGB (Red+Green+Blue) = 30+72+59=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483B is #E1B7C4. Grayscale: #393939. Windows color (decimal): -14792645 or 3885086. OLE color: 3885086.

HSL color Cylindrical-coordinate representation of color #1E483B: hue angle of 161.43º 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 #1E483B is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB307259-
CMYK0.5800.180.72
HSL161.43º41.18%20%-
HSV(B)161.43º58.33%28.24%-
XYZ3.645.234.95-
YUV57.96128.59108.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 72 (28.52% from 255) = 44.72%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=18.63%
G=44.72%
B=36.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072590.5800.180.72161.4341.1820
Hex1E483B3A01248a12914
Octal3611073720221102415124
Binary11110100100011101111101001001010010001010000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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