Html Css Color HEX #1F454E Green Vogue

📋 copy color: '#1F454E'

red 31 ◦ green 69 ◦ blue 78

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

Shades of Green Vogue #1F454E

Tints of Green Vogue #1F454E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

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

R = 17.42%
G = 38.76%
B = 43.82%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F454E (or 0x1F454E) is known color: Green Vogue. HEX triplet: 1F, 45 and 4E. RGB value is (31,69,78). Sum of RGB (Red+Green+Blue) = 31+69+78=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F454E is #E0BAB1. Grayscale: #3A3A3A. Windows color (decimal): -14727858 or 5129503. OLE color: 5129503.

HSL color Cylindrical-coordinate representation of color #1F454E: hue angle of 191.49º 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 #1F454E is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 69 78 -
CMYK 0.60 0.12 0 0.69
HSL 191.49º 0.43% 0.21% -
HSV(B) 191.49º 0.6% 0.31% -
XYZ 4.07 5.1 7.98 -
YUV 58.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 31 69 78 0.60 0.12 0 0.69 191.49 0.43 0.21
Hex 1F 45 4E 3C C 0 45 BF 2B 15
Octal 37 105 116 74 14 0 105 277 53 25
Binary 11111 1000101 1001110 111100 1100 0 1000101 10111111 101011 10101

Color Harmonies of #1F454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F454E

Black with #1F454E

Text Example


Text Example

White with #1F454E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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