Html Css Color HEX #1E4048 Green Vogue

📋 copy color: '#1E4048'

red 30 ◦ green 64 ◦ blue 72

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

Shades of Green Vogue #1E4048

Tints of Green Vogue #1E4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 72 (28.52% from 255) = 43.37%

R = 18.07%
G = 38.55%
B = 43.37%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E4048 (or 0x1E4048) is known color: Green Vogue. HEX triplet: 1E, 40 and 48. RGB value is (30,64,72). Sum of RGB (Red+Green+Blue) = 30+64+72=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4048 is #E1BFB7. Grayscale: #363636. Windows color (decimal): -14794680 or 4735006. OLE color: 4735006.

HSL color Cylindrical-coordinate representation of color #1E4048: hue angle of 191.43º 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 #1E4048 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 64 72 -
CMYK 0.58 0.11 0 0.72
HSL 191.43º 0.41% 0.2% -
HSV(B) 191.43º 0.58% 0.28% -
XYZ 3.54 4.41 6.8 -
YUV 54.75 137.74 110.35 -
System Red Green Blue C M Y K H S L
Decimal 30 64 72 0.58 0.11 0 0.72 191.43 0.41 0.2
Hex 1E 40 48 3A B 0 48 BF 29 14
Octal 36 100 110 72 13 0 110 277 51 24
Binary 11110 1000000 1001000 111010 1011 0 1001000 10111111 101001 10100

Color Harmonies of #1E4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4048

Black with #1E4048

Text Example


Text Example

White with #1E4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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