#1F3F48

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

Shades of Green Vogue #1F3F48

Tints of Green Vogue #1F3F48

Color information

#1F3F48 (or 0x1F3F48) is unknown color: approx Green Vogue. HEX triplet: 1F, 3F and 48. RGB value is (31,63,72). Sum of RGB (Red+Green+Blue) = 31+63+72=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3F48 is #E0C0B7. Grayscale: #363636. Windows color (decimal): -14729400 or 4734751. OLE color: 4734751.

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

Color convert

RGB316372-
CMYK0.570.1200.72
HSL193.17º39.81%20.2%-
HSV(B)193.17º56.94%28.24%-
XYZ3.514.316.78-
YUV54.46137.9111.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=18.67%
G=37.95%
B=43.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3163720.570.1200.72193.1739.8120.2
Hex1F3F4839C048c12814
Octal3777110711401103015024
Binary1111111111110010001110011100010010001100000110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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