Html Css Color HEX #1E4148 Green Vogue

📋 copy color: '#1E4148'

red 30 ◦ green 65 ◦ blue 72

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

Shades of Green Vogue #1E4148

Tints of Green Vogue #1E4148

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 value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1E4148 (or 0x1E4148) is known color: 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

RGB 30 65 72 -
CMYK 0.58 0.10 0 0.72
HSL 190º 0.41% 0.2% -
HSV(B) 190º 0.58% 0.28% -
XYZ 3.6 4.52 6.81 -
YUV 55.33 137.4 109.93 -
System Red Green Blue C M Y K H S L
Decimal 30 65 72 0.58 0.10 0 0.72 190 0.41 0.2
Hex 1E 41 48 3A A 0 48 BE 29 14
Octal 36 101 110 72 12 0 110 276 51 24
Binary 11110 1000001 1001000 111010 1010 0 1001000 10111110 101001 10100

Color Harmonies of #1E4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4148

Black with #1E4148

Text Example


Text Example

White with #1E4148

Text Example


Text Example

HTML Codes & Css Web 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>