#015A3E

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

Shades of Jewel #015A3E

Tints of Jewel #015A3E

Color information

#015A3E (or 0x015A3E) is unknown color: approx Jewel. HEX triplet: 01, 5A and 3E. RGB value is (1,90,62). Sum of RGB (Red+Green+Blue) = 1+90+62=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 90 (35.55% from 255 or 58.82% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 90 - color contains mainly: green. Hex color #015A3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A3E is #FEA5C1. Grayscale: #3C3C3C. Windows color (decimal): -16688578 or 4086273. OLE color: 4086273.

HSL color Cylindrical-coordinate representation of color #015A3E: hue angle of 161.12º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A3E is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB19062-
CMYK0.9900.310.65
HSL161.12º97.8%17.84%-
HSV(B)161.12º98.89%35.29%-
XYZ4.547.675.8-
YUV60.2129.0185.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 90 (35.55% from 255) = 58.82%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=0.65%
G=58.82%
B=40.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190620.9900.310.65161.1297.817.84
Hex15A3E6301F41a16212
Octal11327614303710124114222
Binary110110101111101100011011111100000110100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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