#1D503E

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

Shades of Sherwood Green #1D503E

Tints of Sherwood Green #1D503E

Color information

#1D503E (or 0x1D503E) is unknown color: approx Sherwood Green. HEX triplet: 1D, 50 and 3E. RGB value is (29,80,62). Sum of RGB (Red+Green+Blue) = 29+80+62=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #1D503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D503E is #E2AFC1. Grayscale: #3E3E3E. Windows color (decimal): -14856130 or 4083741. OLE color: 4083741.

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

Color convert

RGB298062-
CMYK0.6400.220.69
HSL158.82º46.79%21.37%-
HSV(B)158.82º63.75%31.37%-
XYZ4.246.355.56-
YUV62.7127.6103.96-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=16.96%
G=46.78%
B=36.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2980620.6400.220.69158.8246.7921.37
Hex1D503E40016459f2f15
Octal35120761000261052375725
Binary111011010000111110100000001011010001011001111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,80,62); }

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

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

 a { background-color: rgb(29,80,62); }

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

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

 span { border-color: rgb(29,80,62); }

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