#1F414A

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

Shades of Green Vogue #1F414A

Tints of Green Vogue #1F414A

Color information

#1F414A (or 0x1F414A) is unknown color: approx Green Vogue. HEX triplet: 1F, 41 and 4A. RGB value is (31,65,74). Sum of RGB (Red+Green+Blue) = 31+65+74=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F414A is #E0BEB5. Grayscale: #373737. Windows color (decimal): -14728886 or 4866335. OLE color: 4866335.

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

Color convert

RGB316574-
CMYK0.580.1200.71
HSL192.56º40.95%20.59%-
HSV(B)192.56º58.11%29.02%-
XYZ3.694.577.17-
YUV55.86138.24110.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=18.24%
G=38.24%
B=43.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3165740.580.1200.71192.5640.9520.59
Hex1F414A3AC047c12915
Octal37101112721401073015125
Binary11111100000110010101110101100010001111100000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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