#1D3F32

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

Shades of Sherwood Green #1D3F32

Tints of Sherwood Green #1D3F32

Color information

#1D3F32 (or 0x1D3F32) is unknown color: approx Sherwood Green. HEX triplet: 1D, 3F and 32. RGB value is (29,63,50). Sum of RGB (Red+Green+Blue) = 29+63+50=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F32 is #E2C0CD. Grayscale: #333333. Windows color (decimal): -14860494 or 3292957. OLE color: 3292957.

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

Color convert

RGB296350-
CMYK0.5400.210.75
HSL157.06º36.96%18.04%-
HSV(B)157.06º53.97%24.71%-
XYZ2.864.053.65-
YUV51.35127.24112.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 63 (25% from 255) = 44.37%
BLUE value IS 50 (19.92% from 255) = 35.21%
R=20.42%
G=44.37%
B=35.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2963500.5400.210.75157.0636.9618.04
Hex1D3F32360154B9d2512
Octal357762660251132354522
Binary1110111111111001011011001010110010111001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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