Html Css Color HEX #1E4350 Green Vogue

📋 copy color: '#1E4350'

red 30 ◦ green 67 ◦ blue 80

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

Shades of Green Vogue #1E4350

Tints of Green Vogue #1E4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

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

R = 16.95%
G = 37.85%
B = 45.2%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1E4350 (or 0x1E4350) is known color: Green Vogue. HEX triplet: 1E, 43 and 50. RGB value is (30,67,80). Sum of RGB (Red+Green+Blue) = 30+67+80=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #1E4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4350 is #E1BCAF. Grayscale: #393939. Windows color (decimal): -14793904 or 5260062. OLE color: 5260062.

HSL color Cylindrical-coordinate representation of color #1E4350: hue angle of 195.6º 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 #1E4350 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 30 67 80 -
CMYK 0.62 0.16 0 0.69
HSL 195.6º 0.45% 0.22% -
HSV(B) 195.6º 0.63% 0.31% -
XYZ 3.99 4.87 8.32 -
YUV 57.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 30 67 80 0.62 0.16 0 0.69 195.6 0.45 0.22
Hex 1E 43 50 3E 10 0 45 C4 2D 16
Octal 36 103 120 76 20 0 105 304 55 26
Binary 11110 1000011 1010000 111110 10000 0 1000101 11000100 101101 10110

Color Harmonies of #1E4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4350

Black with #1E4350

Text Example


Text Example

White with #1E4350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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