#1D4C3A

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

Shades of Sherwood Green #1D4C3A

Tints of Sherwood Green #1D4C3A

Color information

#1D4C3A (or 0x1D4C3A) is unknown color: approx Sherwood Green. HEX triplet: 1D, 4C and 3A. RGB value is (29,76,58). Sum of RGB (Red+Green+Blue) = 29+76+58=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 76 - color contains mainly: green. Hex color #1D4C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4C3A is #E2B3C5. Grayscale: #3B3B3B. Windows color (decimal): -14857158 or 3820573. OLE color: 3820573.

HSL color Cylindrical-coordinate representation of color #1D4C3A: hue angle of 157.02º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D4C3A is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB297658-
CMYK0.6200.240.70
HSL157.02º44.76%20.59%-
HSV(B)157.02º61.84%29.8%-
XYZ3.855.744.91-
YUV59.9126.93105.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 76 (30.08% from 255) = 46.63%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=17.79%
G=46.63%
B=35.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2976580.6200.240.70157.0244.7620.59
Hex1D4C3A3E018469d2d15
Octal3511472760301062355525
Binary11101100110011101011111001100010001101001110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,76,58); }

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

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

 a { background-color: rgb(29,76,58); }

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

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

 span { border-color: rgb(29,76,58); }

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