#1D4A3C

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

Shades of Sherwood Green #1D4A3C

Tints of Sherwood Green #1D4A3C

Color information

#1D4A3C (or 0x1D4A3C) is unknown color: approx Sherwood Green. HEX triplet: 1D, 4A and 3C. RGB value is (29,74,60). Sum of RGB (Red+Green+Blue) = 29+74+60=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A3C is #E2B5C3. Grayscale: #3A3A3A. Windows color (decimal): -14857668 or 3951133. OLE color: 3951133.

HSL color Cylindrical-coordinate representation of color #1D4A3C: hue angle of 161.33º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A3C is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB297460-
CMYK0.6100.190.71
HSL161.33º43.69%20.2%-
HSV(B)161.33º60.81%29.02%-
XYZ3.775.495.13-
YUV58.95128.59106.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 74 (29.30% from 255) = 45.40%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=17.79%
G=45.40%
B=36.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2974600.6100.190.71161.3343.6920.2
Hex1D4A3C3D01347a12c14
Octal3511274750231072415424
Binary11101100101011110011110101001110001111010000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,74,60); }

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

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

 a { background-color: rgb(29,74,60); }

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

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

 span { border-color: rgb(29,74,60); }

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