#1E6046

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

Shades of Jewel #1E6046

Tints of Jewel #1E6046

Color information

#1E6046 (or 0x1E6046) is unknown color: approx Jewel. HEX triplet: 1E, 60 and 46. RGB value is (30,96,70). Sum of RGB (Red+Green+Blue) = 30+96+70=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #1E6046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6046 is #E19FB9. Grayscale: #494949. Windows color (decimal): -14786490 or 4612126. OLE color: 4612126.

HSL color Cylindrical-coordinate representation of color #1E6046: hue angle of 156.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E6046 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB309670-
CMYK0.6900.270.62
HSL156.36º52.38%24.71%-
HSV(B)156.36º68.75%37.65%-
XYZ5.829.087.24-
YUV73.3126.1397.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=15.31%
G=48.98%
B=35.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096700.6900.270.62156.3652.3824.71
Hex1E60464501B3E9c3419
Octal36140106105033762346431
Binary111101100000100011010001010110111111101001110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,70); }

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

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

 a { background-color: rgb(30,96,70); }

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

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

 span { border-color: rgb(30,96,70); }

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