#1E483C

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

Shades of Sherwood Green #1E483C

Tints of Sherwood Green #1E483C

Color information

#1E483C (or 0x1E483C) is unknown color: approx Sherwood Green. HEX triplet: 1E, 48 and 3C. RGB value is (30,72,60). Sum of RGB (Red+Green+Blue) = 30+72+60=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483C is #E1B7C3. Grayscale: #3A3A3A. Windows color (decimal): -14792644 or 3950622. OLE color: 3950622.

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

Color convert

RGB307260-
CMYK0.5800.170.72
HSL162.86º41.18%20%-
HSV(B)162.86º58.33%28.24%-
XYZ3.675.245.09-
YUV58.07129.09107.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=18.52%
G=44.44%
B=37.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072600.5800.170.72162.8641.1820
Hex1E483C3A01148a32914
Octal3611074720211102435124
Binary11110100100011110011101001000110010001010001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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