#1F3D48

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

Shades of Green Vogue #1F3D48

Tints of Green Vogue #1F3D48

Color information

#1F3D48 (or 0x1F3D48) is unknown color: approx Green Vogue. HEX triplet: 1F, 3D and 48. RGB value is (31,61,72). Sum of RGB (Red+Green+Blue) = 31+61+72=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F3D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D48 is #E0C2B7. Grayscale: #353535. Windows color (decimal): -14729912 or 4734239. OLE color: 4734239.

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

Color convert

RGB316172-
CMYK0.570.1500.72
HSL196.1º39.81%20.2%-
HSV(B)196.1º56.94%28.24%-
XYZ3.44.16.74-
YUV53.28138.56112.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.90%
GREEN value IS 61 (24.22% from 255) = 37.20%
BLUE value IS 72 (28.52% from 255) = 43.90%
R=18.90%
G=37.20%
B=43.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3161720.570.1500.72196.139.8120.2
Hex1F3D4839F048c42814
Octal3775110711701103045024
Binary1111111110110010001110011111010010001100010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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