#015D28

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

Shades of Crusoe #015D28

Tints of Crusoe #015D28

Color information

#015D28 (or 0x015D28) is unknown color: approx Crusoe. HEX triplet: 01, 5D and 28. RGB value is (1,93,40). Sum of RGB (Red+Green+Blue) = 1+93+40=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #015D28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D28 is #FEA2D7. Grayscale: #3B3B3B. Windows color (decimal): -16687832 or 2645249. OLE color: 2645249.

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

Color convert

RGB19340-
CMYK0.9900.570.64
HSL145.43º97.87%18.43%-
HSV(B)145.43º98.92%36.47%-
XYZ4.317.993.32-
YUV59.45117.0286.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 93 (36.72% from 255) = 69.40%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=0.75%
G=69.40%
B=29.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193400.9900.570.64145.4397.8718.43
Hex15D286303940916212
Octal11355014307110022114222
Binary1101110110100011000110111001100000010010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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