#1D493A

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

Shades of Sherwood Green #1D493A

Tints of Sherwood Green #1D493A

Color information

#1D493A (or 0x1D493A) is unknown color: approx Sherwood Green. HEX triplet: 1D, 49 and 3A. RGB value is (29,73,58). Sum of RGB (Red+Green+Blue) = 29+73+58=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #1D493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D493A is #E2B6C5. Grayscale: #3A3A3A. Windows color (decimal): -14857926 or 3819805. OLE color: 3819805.

HSL color Cylindrical-coordinate representation of color #1D493A: hue angle of 159.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D493A is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB297358-
CMYK0.6000.210.71
HSL159.55º43.14%20%-
HSV(B)159.55º60.27%28.63%-
XYZ3.655.334.84-
YUV58.13127.92107.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=18.12%
G=45.62%
B=36.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2973580.6000.210.71159.5543.1420
Hex1D493A3C01547a02b14
Octal3511172740251072405324
Binary11101100100111101011110001010110001111010000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,73,58); }

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

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

 a { background-color: rgb(29,73,58); }

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

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

 span { border-color: rgb(29,73,58); }

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