#1D4F3F

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

Shades of Sherwood Green #1D4F3F

Tints of Sherwood Green #1D4F3F

Color information

#1D4F3F (or 0x1D4F3F) is unknown color: approx Sherwood Green. HEX triplet: 1D, 4F and 3F. RGB value is (29,79,63). Sum of RGB (Red+Green+Blue) = 29+79+63=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F3F is #E2B0C0. Grayscale: #3E3E3E. Windows color (decimal): -14856385 or 4149021. OLE color: 4149021.

HSL color Cylindrical-coordinate representation of color #1D4F3F: hue angle of 160.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4F3F is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB297963-
CMYK0.6300.200.69
HSL160.8º46.3%21.18%-
HSV(B)160.8º63.29%30.98%-
XYZ4.26.215.68-
YUV62.23128.44104.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 63 (25% from 255) = 36.84%
R=16.96%
G=46.20%
B=36.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979630.6300.200.69160.846.321.18
Hex1D4F3F3F01445a12e15
Octal3511777770241052415625
Binary11101100111111111111111101010010001011010000110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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