#1F483B

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

Shades of Sherwood Green #1F483B

Tints of Sherwood Green #1F483B

Color information

#1F483B (or 0x1F483B) is unknown color: approx Sherwood Green. HEX triplet: 1F, 48 and 3B. RGB value is (31,72,59). Sum of RGB (Red+Green+Blue) = 31+72+59=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483B is #E0B7C4. Grayscale: #3A3A3A. Windows color (decimal): -14727109 or 3885087. OLE color: 3885087.

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

Color convert

RGB317259-
CMYK0.5700.180.72
HSL160.98º39.81%20.2%-
HSV(B)160.98º56.94%28.24%-
XYZ3.675.244.96-
YUV58.26128.42108.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.14%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=19.14%
G=44.44%
B=36.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172590.5700.180.72160.9839.8120.2
Hex1F483B3901248a12814
Octal3711073710221102415024
Binary11111100100011101111100101001010010001010000110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F483B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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