#1E464D

Color #1E464D Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #1E464D

Tints of Green Vogue #1E464D

Color information

#1E464D (or 0x1E464D) is unknown color: approx Green Vogue. HEX triplet: 1E, 46 and 4D. RGB value is (30,70,77). Sum of RGB (Red+Green+Blue) = 30+70+77=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #1E464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E464D is #E1B9B2. Grayscale: #3A3A3A. Windows color (decimal): -14793139 or 5064222. OLE color: 5064222.

HSL color Cylindrical-coordinate representation of color #1E464D: hue angle of 188.94º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E464D is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB307077-
CMYK0.610.0900.70
HSL188.94º43.93%20.98%-
HSV(B)188.94º61.04%30.2%-
XYZ4.075.197.81-
YUV58.84138.25107.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 77 (30.47% from 255) = 43.50%
R=16.95%
G=39.55%
B=43.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3070770.610.0900.70188.9443.9320.98
Hex1E464D3D9046bd2c15
Octal36106115751101062755425
Binary11110100011010011011111011001010001101011110110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,77); }

 H1.HeaderClassName
 {
   color: #1E464D;
 }
 .AnyTagClassName
 {
   color: #1E464D;
 }
</style>
background-color css

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

 a { background-color: rgb(30,70,77); }

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

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

 span { border-color: rgb(30,70,77); }

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