#1F454F

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

Shades of Green Vogue #1F454F

Tints of Green Vogue #1F454F

Color information

#1F454F (or 0x1F454F) is unknown color: approx Green Vogue. HEX triplet: 1F, 45 and 4F. RGB value is (31,69,79). Sum of RGB (Red+Green+Blue) = 31+69+79=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F454F is #E0BAB0. Grayscale: #3A3A3A. Windows color (decimal): -14727857 or 5195039. OLE color: 5195039.

HSL color Cylindrical-coordinate representation of color #1F454F: hue angle of 192.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F454F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB316979-
CMYK0.610.1300.69
HSL192.5º43.64%21.57%-
HSV(B)192.5º60.76%30.98%-
XYZ4.15.118.17-
YUV58.78139.41108.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=17.32%
G=38.55%
B=44.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3169790.610.1300.69192.543.6421.57
Hex1F454F3DD045c02c16
Octal37105117751501053005426
Binary11111100010110011111111011101010001011100000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,69,79); }

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

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

 a { background-color: rgb(31,69,79); }

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

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

 span { border-color: rgb(31,69,79); }

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