#1F473B

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

Shades of Sherwood Green #1F473B

Tints of Sherwood Green #1F473B

Color information

#1F473B (or 0x1F473B) is unknown color: approx Sherwood Green. HEX triplet: 1F, 47 and 3B. RGB value is (31,71,59). Sum of RGB (Red+Green+Blue) = 31+71+59=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473B is #E0B8C4. Grayscale: #393939. Windows color (decimal): -14727365 or 3884831. OLE color: 3884831.

HSL color Cylindrical-coordinate representation of color #1F473B: hue angle of 162º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F473B is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB317159-
CMYK0.5600.170.72
HSL162º39.22%20%-
HSV(B)162º56.34%27.84%-
XYZ3.615.114.93-
YUV57.67128.75108.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 71 (28.12% from 255) = 44.10%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=19.25%
G=44.10%
B=36.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171590.5600.170.7216239.2220
Hex1F473B3801148a22714
Octal3710773700211102424724
Binary11111100011111101111100001000110010001010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F473B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,59); }

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

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

 a { background-color: rgb(31,71,59); }

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

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

 span { border-color: rgb(31,71,59); }

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