#1E694B

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

Shades of Jewel #1E694B

Tints of Jewel #1E694B

Color information

#1E694B (or 0x1E694B) is unknown color: approx Jewel. HEX triplet: 1E, 69 and 4B. RGB value is (30,105,75). Sum of RGB (Red+Green+Blue) = 30+105+75=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #1E694B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E694B is #E196B4. Grayscale: #4F4F4F. Windows color (decimal): -14784181 or 4942110. OLE color: 4942110.

HSL color Cylindrical-coordinate representation of color #1E694B: hue angle of 156º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E694B is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB3010575-
CMYK0.7100.290.59
HSL156º55.56%26.47%-
HSV(B)156º71.43%41.18%-
XYZ6.8610.898.4-
YUV79.15125.6592.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.29%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=14.29%
G=50%
B=35.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30105750.7100.290.5915655.5626.47
Hex1E694B4701D3B9c381a
Octal36151113107035732347032
Binary111101101001100101110001110111011110111001110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,105,75); }

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

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

 a { background-color: rgb(30,105,75); }

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

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

 span { border-color: rgb(30,105,75); }

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