#1F3E48

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

Shades of Green Vogue #1F3E48

Tints of Green Vogue #1F3E48

Color information

#1F3E48 (or 0x1F3E48) is unknown color: approx Green Vogue. HEX triplet: 1F, 3E and 48. RGB value is (31,62,72). Sum of RGB (Red+Green+Blue) = 31+62+72=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3E48 is #E0C1B7. Grayscale: #353535. Windows color (decimal): -14729656 or 4734495. OLE color: 4734495.

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

Color convert

RGB316272-
CMYK0.570.1400.72
HSL194.63º39.81%20.2%-
HSV(B)194.63º56.94%28.24%-
XYZ3.464.26.76-
YUV53.87138.23111.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 62 (24.61% from 255) = 37.58%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=18.79%
G=37.58%
B=43.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3162720.570.1400.72194.6339.8120.2
Hex1F3E4839E048c32814
Octal3776110711601103035024
Binary1111111111010010001110011110010010001100001110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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