#1F444F

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

Shades of Green Vogue #1F444F

Tints of Green Vogue #1F444F

Color information

#1F444F (or 0x1F444F) is unknown color: approx Green Vogue. HEX triplet: 1F, 44 and 4F. RGB value is (31,68,79). Sum of RGB (Red+Green+Blue) = 31+68+79=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F444F is #E0BBB0. Grayscale: #3A3A3A. Windows color (decimal): -14728113 or 5194783. OLE color: 5194783.

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

Color convert

RGB316879-
CMYK0.610.1400.69
HSL193.75º43.64%21.57%-
HSV(B)193.75º60.76%30.98%-
XYZ4.044.998.15-
YUV58.19139.74108.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=17.42%
G=38.20%
B=44.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3168790.610.1400.69193.7543.6421.57
Hex1F444F3DE045c22c16
Octal37104117751601053025426
Binary11111100010010011111111011110010001011100001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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