#1F404B

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

Shades of Green Vogue #1F404B

Tints of Green Vogue #1F404B

Color information

#1F404B (or 0x1F404B) is unknown color: approx Green Vogue. HEX triplet: 1F, 40 and 4B. RGB value is (31,64,75). Sum of RGB (Red+Green+Blue) = 31+64+75=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #1F404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F404B is #E0BFB4. Grayscale: #373737. Windows color (decimal): -14729141 or 4931615. OLE color: 4931615.

HSL color Cylindrical-coordinate representation of color #1F404B: hue angle of 195º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F404B is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB316475-
CMYK0.590.1500.71
HSL195º41.51%20.78%-
HSV(B)195º58.67%29.41%-
XYZ3.674.477.33-
YUV55.39139.07110.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 64 (25.39% from 255) = 37.65%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=18.24%
G=37.65%
B=44.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3164750.590.1500.7119541.5120.78
Hex1F404B3BF047c32a15
Octal37100113731701073035225
Binary11111100000010010111110111111010001111100001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,75); }

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

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

 a { background-color: rgb(31,64,75); }

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

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

 span { border-color: rgb(31,64,75); }

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