#1D4032

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

Shades of Sherwood Green #1D4032

Tints of Sherwood Green #1D4032

Color information

#1D4032 (or 0x1D4032) is unknown color: approx Sherwood Green. HEX triplet: 1D, 40 and 32. RGB value is (29,64,50). Sum of RGB (Red+Green+Blue) = 29+64+50=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4032 is #E2BFCD. Grayscale: #333333. Windows color (decimal): -14860238 or 3293213. OLE color: 3293213.

HSL color Cylindrical-coordinate representation of color #1D4032: hue angle of 156º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4032 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB296450-
CMYK0.5500.220.75
HSL156º37.63%18.24%-
HSV(B)156º54.69%25.1%-
XYZ2.924.163.67-
YUV51.94126.9111.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 64 (25.39% from 255) = 44.76%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=20.28%
G=44.76%
B=34.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964500.5500.220.7515637.6318.24
Hex1D4032370164B9c2612
Octal3510062670261132344622
Binary11101100000011001011011101011010010111001110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,64,50); }

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

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

 a { background-color: rgb(29,64,50); }

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

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

 span { border-color: rgb(29,64,50); }

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