Html Css Color HEX #1E4450 Green Vogue

📋 copy color: '#1E4450'

red 30 ◦ green 68 ◦ blue 80

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

Shades of Green Vogue #1E4450

Tints of Green Vogue #1E4450

RGB

 RED value IS 30 (12.11% from 255) = 16.85%

 GREEN value IS 68 (26.95% from 255) = 38.2%

 BLUE value IS 80 (31.64% from 255) = 44.94%

R = 16.85%
G = 38.2%
B = 44.94%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E4450 (or 0x1E4450) is known color: Green Vogue. HEX triplet: 1E, 44 and 50. RGB value is (30,68,80). Sum of RGB (Red+Green+Blue) = 30+68+80=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4450 is #E1BBAF. Grayscale: #393939. Windows color (decimal): -14793648 or 5260318. OLE color: 5260318.

HSL color Cylindrical-coordinate representation of color #1E4450: hue angle of 194.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4450 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 68 80 -
CMYK 0.62 0.15 0 0.69
HSL 194.4º 0.45% 0.22% -
HSV(B) 194.4º 0.63% 0.31% -
XYZ 4.05 4.99 8.34 -
YUV 58.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 30 68 80 0.62 0.15 0 0.69 194.4 0.45 0.22
Hex 1E 44 50 3E F 0 45 C2 2D 16
Octal 36 104 120 76 17 0 105 302 55 26
Binary 11110 1000100 1010000 111110 1111 0 1000101 11000010 101101 10110

Color Harmonies of #1E4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4450

Black with #1E4450

Text Example


Text Example

White with #1E4450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,68,80); }

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

background-color css

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

 a { background-color: rgb(30,68,80); }

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

border-color css

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

 span { border-color: rgb(30,68,80); }

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