#015E1D

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

Shades of Crusoe #015E1D

Tints of Crusoe #015E1D

Color information

#015E1D (or 0x015E1D) is unknown color: approx Crusoe. HEX triplet: 01, 5E and 1D. RGB value is (1,94,29). Sum of RGB (Red+Green+Blue) = 1+94+29=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #015E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015E1D is #FEA1E2. Grayscale: #3A3A3A. Windows color (decimal): -16687587 or 1924609. OLE color: 1924609.

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

Color convert

RGB19429-
CMYK0.9900.690.63
HSL138.06º97.89%18.63%-
HSV(B)138.06º98.94%36.86%-
XYZ4.248.12.5-
YUV58.78111.1986.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 94 (37.11% from 255) = 75.81%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=0.81%
G=75.81%
B=23.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal194290.9900.690.63138.0697.8918.63
Hex15E1D630453F8a6213
Octal11363514301057721214223
Binary110111101110111000110100010111111110001010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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