#1D4035

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

Shades of Sherwood Green #1D4035

Tints of Sherwood Green #1D4035

Color information

#1D4035 (or 0x1D4035) is unknown color: approx Sherwood Green. HEX triplet: 1D, 40 and 35. RGB value is (29,64,53). Sum of RGB (Red+Green+Blue) = 29+64+53=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #1D4035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4035 is #E2BFCA. Grayscale: #343434. Windows color (decimal): -14860235 or 3489821. OLE color: 3489821.

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

Color convert

RGB296453-
CMYK0.5500.170.75
HSL161.14º37.63%18.24%-
HSV(B)161.14º54.69%25.1%-
XYZ2.984.194.02-
YUV52.28128.4111.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 53 (21.09% from 255) = 36.30%
R=19.86%
G=43.84%
B=36.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2964530.5500.170.75161.1437.6318.24
Hex1D4035370114Ba12612
Octal3510065670211132414622
Binary11101100000011010111011101000110010111010000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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