#015F3D

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

Shades of Jewel #015F3D

Tints of Jewel #015F3D

Color information

#015F3D (or 0x015F3D) is unknown color: approx Jewel. HEX triplet: 01, 5F and 3D. RGB value is (1,95,61). Sum of RGB (Red+Green+Blue) = 1+95+61=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 95 (37.5% from 255 or 60.51% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 95 - color contains mainly: green. Hex color #015F3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015F3D is #FEA0C2. Grayscale: #3F3F3F. Windows color (decimal): -16687299 or 4022017. OLE color: 4022017.

HSL color Cylindrical-coordinate representation of color #015F3D: hue angle of 158.3º 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 #015F3D is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.

Color convert

RGB19561-
CMYK0.9900.360.63
HSL158.3º97.92%18.82%-
HSV(B)158.3º98.95%37.25%-
XYZ4.958.535.8-
YUV63.02126.8683.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 95 (37.5% from 255) = 60.51%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=0.64%
G=60.51%
B=38.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal195610.9900.360.63158.397.9218.82
Hex15F3D630243F9e6213
Octal1137751430447723614223
Binary110111111111011100011010010011111110011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,95,61); }

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

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

 a { background-color: rgb(1,95,61); }

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

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

 span { border-color: rgb(1,95,61); }

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