#015D29

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

Shades of Crusoe #015D29

Tints of Crusoe #015D29

Color information

#015D29 (or 0x015D29) is unknown color: approx Crusoe. HEX triplet: 01, 5D and 29. RGB value is (1,93,41). Sum of RGB (Red+Green+Blue) = 1+93+41=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #015D29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D29 is #FEA2D6. Grayscale: #3B3B3B. Windows color (decimal): -16687831 or 2710785. OLE color: 2710785.

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

Color convert

RGB19341-
CMYK0.9900.560.64
HSL146.09º97.87%18.43%-
HSV(B)146.09º98.92%36.47%-
XYZ4.3383.41-
YUV59.56117.5286.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 93 (36.72% from 255) = 68.89%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=0.74%
G=68.89%
B=30.37%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193410.9900.560.64146.0997.8718.43
Hex15D296303840926212
Octal11355114307010022214222
Binary1101110110100111000110111000100000010010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,93,41); }

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

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

 a { background-color: rgb(1,93,41); }

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

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

 span { border-color: rgb(1,93,41); }

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