#015B2C

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

Shades of Crusoe #015B2C

Tints of Crusoe #015B2C

Color information

#015B2C (or 0x015B2C) is unknown color: approx Crusoe. HEX triplet: 01, 5B and 2C. RGB value is (1,91,44). Sum of RGB (Red+Green+Blue) = 1+91+44=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #015B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015B2C is #FEA4D3. Grayscale: #3A3A3A. Windows color (decimal): -16688340 or 2906881. OLE color: 2906881.

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

Color convert

RGB19144-
CMYK0.9900.520.64
HSL148.67º97.83%18.04%-
HSV(B)148.67º98.9%35.69%-
XYZ4.217.673.64-
YUV58.73119.6886.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 91 (35.94% from 255) = 66.91%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=0.74%
G=66.91%
B=32.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal191440.9900.520.64148.6797.8318.04
Hex15B2C6303440956212
Octal11335414306410022514222
Binary1101101110110011000110110100100000010010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,91,44); }

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

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

 a { background-color: rgb(1,91,44); }

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

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

 span { border-color: rgb(1,91,44); }

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