#015E3E

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

Shades of Jewel #015E3E

Tints of Jewel #015E3E

Color information

#015E3E (or 0x015E3E) is unknown color: approx Jewel. HEX triplet: 01, 5E and 3E. RGB value is (1,94,62). Sum of RGB (Red+Green+Blue) = 1+94+62=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 94 (37.11% from 255 or 59.87% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 94 - color contains mainly: green. Hex color #015E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E3E is #FEA1C1. Grayscale: #3E3E3E. Windows color (decimal): -16687554 or 4087297. OLE color: 4087297.

HSL color Cylindrical-coordinate representation of color #015E3E: hue angle of 159.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E3E is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.63.

Color convert

RGB19462-
CMYK0.9900.340.63
HSL159.35º97.89%18.63%-
HSV(B)159.35º98.94%36.86%-
XYZ4.888.365.91-
YUV62.54127.6984.1-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 94 (37.11% from 255) = 59.87%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=0.64%
G=59.87%
B=39.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194620.9900.340.63159.3597.8918.63
Hex15E3E630223F9f6213
Octal1136761430427723714223
Binary110111101111101100011010001011111110011111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015E3E; }

 p { color: rgb(1,94,62); }

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

<style>
 a { background-color: #015E3E; }

 a { background-color: rgb(1,94,62); }

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

<style>
 span { border-color: #015E3E; }

 span { border-color: rgb(1,94,62); }

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