#1F414C

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

Shades of Green Vogue #1F414C

Tints of Green Vogue #1F414C

Color information

#1F414C (or 0x1F414C) is unknown color: approx Green Vogue. HEX triplet: 1F, 41 and 4C. RGB value is (31,65,76). Sum of RGB (Red+Green+Blue) = 31+65+76=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F414C is #E0BEB3. Grayscale: #383838. Windows color (decimal): -14728884 or 4997407. OLE color: 4997407.

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

Color convert

RGB316576-
CMYK0.590.1400.70
HSL194.67º42.06%20.98%-
HSV(B)194.67º59.21%29.8%-
XYZ3.764.597.53-
YUV56.09139.24110.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.02%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=18.02%
G=37.79%
B=44.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3165760.590.1400.70194.6742.0620.98
Hex1F414C3BE046c32a15
Octal37101114731601063035225
Binary11111100000110011001110111110010001101100001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,76); }

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

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

 a { background-color: rgb(31,65,76); }

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

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

 span { border-color: rgb(31,65,76); }

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