#1E6146

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

Shades of Jewel #1E6146

Tints of Jewel #1E6146

Color information

#1E6146 (or 0x1E6146) is unknown color: approx Jewel. HEX triplet: 1E, 61 and 46. RGB value is (30,97,70). Sum of RGB (Red+Green+Blue) = 30+97+70=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #1E6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6146 is #E19EB9. Grayscale: #494949. Windows color (decimal): -14786234 or 4612382. OLE color: 4612382.

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

Color convert

RGB309770-
CMYK0.6900.280.62
HSL155.82º52.76%24.9%-
HSV(B)155.82º69.07%38.04%-
XYZ5.929.277.27-
YUV73.89125.896.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=15.23%
G=49.24%
B=35.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3097700.6900.280.62155.8252.7624.9
Hex1E61464501C3E9c3519
Octal36141106105034762346531
Binary111101100001100011010001010111001111101001110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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