#1F483C

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

Shades of Sherwood Green #1F483C

Tints of Sherwood Green #1F483C

Color information

#1F483C (or 0x1F483C) is unknown color: approx Sherwood Green. HEX triplet: 1F, 48 and 3C. RGB value is (31,72,60). Sum of RGB (Red+Green+Blue) = 31+72+60=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1F483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F483C is #E0B7C3. Grayscale: #3A3A3A. Windows color (decimal): -14727108 or 3950623. OLE color: 3950623.

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

Color convert

RGB317260-
CMYK0.5700.170.72
HSL162.44º39.81%20.2%-
HSV(B)162.44º56.94%28.24%-
XYZ3.75.255.09-
YUV58.37128.92108.48-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=19.02%
G=44.17%
B=36.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3172600.5700.170.72162.4439.8120.2
Hex1F483C3901148a22814
Octal3711074710211102425024
Binary11111100100011110011100101000110010001010001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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