#1F4251

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

Shades of Green Vogue #1F4251

Tints of Green Vogue #1F4251

Color information

#1F4251 (or 0x1F4251) is unknown color: approx Green Vogue. HEX triplet: 1F, 42 and 51. RGB value is (31,66,81). Sum of RGB (Red+Green+Blue) = 31+66+81=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4251 is #E0BDAE. Grayscale: #393939. Windows color (decimal): -14728623 or 5325343. OLE color: 5325343.

HSL color Cylindrical-coordinate representation of color #1F4251: hue angle of 198º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F4251 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB316681-
CMYK0.620.1900.68
HSL198º44.64%21.96%-
HSV(B)198º61.73%31.76%-
XYZ44.788.5-
YUV57.24141.4109.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 81 (32.03% from 255) = 45.51%
R=17.42%
G=37.08%
B=45.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3166810.620.1900.6819844.6421.96
Hex1F42513E13044c62d16
Octal37102121762301043065526
Binary111111000010101000111111010011010001001100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,81); }

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

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

 a { background-color: rgb(31,66,81); }

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

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

 span { border-color: rgb(31,66,81); }

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