#015A28

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

Shades of Crusoe #015A28

Tints of Crusoe #015A28

Color information

#015A28 (or 0x015A28) is unknown color: approx Crusoe. HEX triplet: 01, 5A and 28. RGB value is (1,90,40). Sum of RGB (Red+Green+Blue) = 1+90+40=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 90 (35.55% from 255 or 68.70% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 90 - color contains mainly: green. Hex color #015A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A28 is #FEA5D7. Grayscale: #393939. Windows color (decimal): -16688600 or 2644481. OLE color: 2644481.

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

Color convert

RGB19040-
CMYK0.9900.560.65
HSL146.29º97.8%17.84%-
HSV(B)146.29º98.89%35.29%-
XYZ4.057.473.24-
YUV57.69118.0187.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 90 (35.55% from 255) = 68.70%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=0.76%
G=68.70%
B=30.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190400.9900.560.65146.2997.817.84
Hex15A286303841926212
Octal11325014307010122214222
Binary1101101010100011000110111000100000110010010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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