#1F473A

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

Shades of Sherwood Green #1F473A

Tints of Sherwood Green #1F473A

Color information

#1F473A (or 0x1F473A) is unknown color: approx Sherwood Green. HEX triplet: 1F, 47 and 3A. RGB value is (31,71,58). Sum of RGB (Red+Green+Blue) = 31+71+58=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #1F473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F473A is #E0B8C5. Grayscale: #393939. Windows color (decimal): -14727366 or 3819295. OLE color: 3819295.

HSL color Cylindrical-coordinate representation of color #1F473A: hue angle of 160.5º 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 #1F473A is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB317158-
CMYK0.5600.180.72
HSL160.5º39.22%20%-
HSV(B)160.5º56.34%27.84%-
XYZ3.585.14.8-
YUV57.56128.25109.06-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 71 (28.12% from 255) = 44.38%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=19.38%
G=44.38%
B=36.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171580.5600.180.72160.539.2220
Hex1F473A3801248a02714
Octal3710772700221102404724
Binary11111100011111101011100001001010010001010000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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