Html Css Color HEX #1F4249 Green Vogue

📋 copy color: '#1F4249'

red 31 ◦ green 66 ◦ blue 73

#1F4249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #1F4249

Tints of Green Vogue #1F4249

RGB

 RED value IS 31 (12.5% from 255) = 18.24%

 GREEN value IS 66 (26.17% from 255) = 38.82%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 18.24%
G = 38.82%
B = 42.94%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F4249 (or 0x1F4249) is known color: Green Vogue. HEX triplet: 1F, 42 and 49. RGB value is (31,66,73). Sum of RGB (Red+Green+Blue) = 31+66+73=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4249 is #E0BDB6. Grayscale: #383838. Windows color (decimal): -14728631 or 4801055. OLE color: 4801055.

HSL color Cylindrical-coordinate representation of color #1F4249: hue angle of 190º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4249 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 66 73 -
CMYK 0.58 0.10 0 0.71
HSL 190º 0.4% 0.2% -
HSV(B) 190º 0.58% 0.29% -
XYZ 3.72 4.67 7.01 -
YUV 56.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 31 66 73 0.58 0.10 0 0.71 190 0.4 0.2
Hex 1F 42 49 3A A 0 47 BE 28 14
Octal 37 102 111 72 12 0 107 276 50 24
Binary 11111 1000010 1001001 111010 1010 0 1000111 10111110 101000 10100

Color Harmonies of #1F4249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4249

Black with #1F4249

Text Example


Text Example

White with #1F4249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4249;
 }
 .AnyTagClassName
 {
   color: #1F4249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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