Html Css Color HEX #1F3D49 Green Vogue

📋 copy color: '#1F3D49'

red 31 ◦ green 61 ◦ blue 73

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

Shades of Green Vogue #1F3D49

Tints of Green Vogue #1F3D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 18.79%
G = 36.97%
B = 44.24%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F3D49 (or 0x1F3D49) is known color: Green Vogue. HEX triplet: 1F, 3D and 49. RGB value is (31,61,73). Sum of RGB (Red+Green+Blue) = 31+61+73=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D49 is #E0C2B6. Grayscale: #353535. Windows color (decimal): -14729911 or 4799775. OLE color: 4799775.

HSL color Cylindrical-coordinate representation of color #1F3D49: hue angle of 197.14º 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 #1F3D49 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 61 73 -
CMYK 0.58 0.16 0 0.71
HSL 197.14º 0.4% 0.2% -
HSV(B) 197.14º 0.58% 0.29% -
XYZ 3.44 4.11 6.92 -
YUV 53.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 31 61 73 0.58 0.16 0 0.71 197.14 0.4 0.2
Hex 1F 3D 49 3A 10 0 47 C5 28 14
Octal 37 75 111 72 20 0 107 305 50 24
Binary 11111 111101 1001001 111010 10000 0 1000111 11000101 101000 10100

Color Harmonies of #1F3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3D49

Black with #1F3D49

Text Example


Text Example

White with #1F3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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