Html Css Color HEX #1F414A Green Vogue

📋 copy color: '#1F414A'

red 31 ◦ green 65 ◦ blue 74

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

Shades of Green Vogue #1F414A

Tints of Green Vogue #1F414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 18.24%
G = 38.24%
B = 43.53%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F414A (or 0x1F414A) is known color: Green Vogue. HEX triplet: 1F, 41 and 4A. RGB value is (31,65,74). Sum of RGB (Red+Green+Blue) = 31+65+74=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F414A is #E0BEB5. Grayscale: #373737. Windows color (decimal): -14728886 or 4866335. OLE color: 4866335.

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

Color convert

RGB 31 65 74 -
CMYK 0.58 0.12 0 0.71
HSL 192.56º 0.41% 0.21% -
HSV(B) 192.56º 0.58% 0.29% -
XYZ 3.69 4.57 7.17 -
YUV 55.86 138.24 110.27 -
System Red Green Blue C M Y K H S L
Decimal 31 65 74 0.58 0.12 0 0.71 192.56 0.41 0.21
Hex 1F 41 4A 3A C 0 47 C1 29 15
Octal 37 101 112 72 14 0 107 301 51 25
Binary 11111 1000001 1001010 111010 1100 0 1000111 11000001 101001 10101

Color Harmonies of #1F414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F414A

Black with #1F414A

Text Example


Text Example

White with #1F414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,65,74); }

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

background-color css

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

 a { background-color: rgb(31,65,74); }

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

border-color css

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

 span { border-color: rgb(31,65,74); }

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