#1F434F

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

Shades of Green Vogue #1F434F

Tints of Green Vogue #1F434F

Color information

#1F434F (or 0x1F434F) is unknown color: approx Green Vogue. HEX triplet: 1F, 43 and 4F. RGB value is (31,67,79). Sum of RGB (Red+Green+Blue) = 31+67+79=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F434F is #E0BCB0. Grayscale: #393939. Windows color (decimal): -14728369 or 5194527. OLE color: 5194527.

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

Color convert

RGB316779-
CMYK0.610.1500.69
HSL195º43.64%21.57%-
HSV(B)195º60.76%30.98%-
XYZ3.984.878.13-
YUV57.6140.07109.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 67 (26.56% from 255) = 37.85%
BLUE value IS 79 (31.25% from 255) = 44.63%
R=17.51%
G=37.85%
B=44.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3167790.610.1500.6919543.6421.57
Hex1F434F3DF045c32c16
Octal37103117751701053035426
Binary11111100001110011111111011111010001011100001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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