#1D4132

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

Shades of Sherwood Green #1D4132

Tints of Sherwood Green #1D4132

Color information

#1D4132 (or 0x1D4132) is unknown color: approx Sherwood Green. HEX triplet: 1D, 41 and 32. RGB value is (29,65,50). Sum of RGB (Red+Green+Blue) = 29+65+50=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4132 is #E2BECD. Grayscale: #343434. Windows color (decimal): -14859982 or 3293469. OLE color: 3293469.

HSL color Cylindrical-coordinate representation of color #1D4132: hue angle of 155º 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 #1D4132 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB296550-
CMYK0.5500.230.75
HSL155º38.3%18.43%-
HSV(B)155º55.38%25.49%-
XYZ2.974.273.69-
YUV52.53126.57111.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 65 (25.78% from 255) = 45.14%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=20.14%
G=45.14%
B=34.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965500.5500.230.7515538.318.43
Hex1D4132370174B9b2612
Octal3510162670271132334622
Binary11101100000111001011011101011110010111001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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