#1E4148

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

Shades of Green Vogue #1E4148

Tints of Green Vogue #1E4148

Color information

#1E4148 (or 0x1E4148) is unknown color: approx Green Vogue. HEX triplet: 1E, 41 and 48. RGB value is (30,65,72). Sum of RGB (Red+Green+Blue) = 30+65+72=167 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.96% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4148 is #E1BEB7. Grayscale: #373737. Windows color (decimal): -14794424 or 4735262. OLE color: 4735262.

HSL color Cylindrical-coordinate representation of color #1E4148: hue angle of 190º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4148 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB306572-
CMYK0.580.1000.72
HSL190º41.18%20%-
HSV(B)190º58.33%28.24%-
XYZ3.64.526.81-
YUV55.33137.4109.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.96%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=17.96%
G=38.92%
B=43.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3065720.580.1000.7219041.1820
Hex1E41483AA048be2914
Octal36101110721201102765124
Binary11110100000110010001110101010010010001011111010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,65,72); }

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

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

 a { background-color: rgb(30,65,72); }

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

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

 span { border-color: rgb(30,65,72); }

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