Html Css Color HEX #1F424D Green Vogue

📋 copy color: '#1F424D'

red 31 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #1F424D

Tints of Green Vogue #1F424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 17.82%
G = 37.93%
B = 44.25%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F424D (or 0x1F424D) is known color: Green Vogue. HEX triplet: 1F, 42 and 4D. RGB value is (31,66,77). Sum of RGB (Red+Green+Blue) = 31+66+77=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F424D is #E0BDB2. Grayscale: #383838. Windows color (decimal): -14728627 or 5063199. OLE color: 5063199.

HSL color Cylindrical-coordinate representation of color #1F424D: hue angle of 194.35º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F424D is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 66 77 -
CMYK 0.60 0.14 0 0.70
HSL 194.35º 0.43% 0.21% -
HSV(B) 194.35º 0.6% 0.3% -
XYZ 3.85 4.72 7.73 -
YUV 56.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 31 66 77 0.60 0.14 0 0.70 194.35 0.43 0.21
Hex 1F 42 4D 3C E 0 46 C2 2B 15
Octal 37 102 115 74 16 0 106 302 53 25
Binary 11111 1000010 1001101 111100 1110 0 1000110 11000010 101011 10101

Color Harmonies of #1F424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F424D

Black with #1F424D

Text Example


Text Example

White with #1F424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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