Html Css Color HEX #1F424E Green Vogue

📋 copy color: '#1F424E'

red 31 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #1F424E

Tints of Green Vogue #1F424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 44.57%

R = 17.71%
G = 37.71%
B = 44.57%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F424E (or 0x1F424E) is known color: Green Vogue. HEX triplet: 1F, 42 and 4E. RGB value is (31,66,78). Sum of RGB (Red+Green+Blue) = 31+66+78=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F424E is #E0BDB1. Grayscale: #383838. Windows color (decimal): -14728626 or 5128735. OLE color: 5128735.

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

Color convert

RGB 31 66 78 -
CMYK 0.60 0.15 0 0.69
HSL 195.32º 0.43% 0.21% -
HSV(B) 195.32º 0.6% 0.31% -
XYZ 3.89 4.74 7.92 -
YUV 56.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 31 66 78 0.60 0.15 0 0.69 195.32 0.43 0.21
Hex 1F 42 4E 3C F 0 45 C3 2B 15
Octal 37 102 116 74 17 0 105 303 53 25
Binary 11111 1000010 1001110 111100 1111 0 1000101 11000011 101011 10101

Color Harmonies of #1F424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F424E

Black with #1F424E

Text Example


Text Example

White with #1F424E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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