#1f444c

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

Shades of Green Vogue #1F444C

Tints of Green Vogue #1F444C

Color information

#1F444C (or 0x1F444C) is unknown color: approx Green Vogue. HEX triplet: 1F, 44 and 4C. RGB value is (31,68,76). Sum of RGB (Red+Green+Blue) = 31+68+76=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F444C is #E0BBB3. Grayscale: #393939. Windows color (decimal): -14728116 or 4998175. OLE color: 4998175.

HSL color Cylindrical-coordinate representation of color #1F444C: hue angle of 190.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 #1F444C is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB316876-
CMYK0.590.1100.70
HSL190.67º42.06%20.98%-
HSV(B)190.67º59.21%29.8%-
XYZ3.944.957.58-
YUV57.85138.24108.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 68 (26.95% from 255) = 38.86%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=17.71%
G=38.86%
B=43.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3168760.590.1100.70190.6742.0620.98
Hex1F444C3BB046bf2a15
Octal37104114731301062775225
Binary11111100010010011001110111011010001101011111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f444c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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