#015D2C

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

Shades of Crusoe #015D2C

Tints of Crusoe #015D2C

Color information

#015D2C (or 0x015D2C) is unknown color: approx Crusoe. HEX triplet: 01, 5D and 2C. RGB value is (1,93,44). Sum of RGB (Red+Green+Blue) = 1+93+44=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #015D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D2C is #FEA2D3. Grayscale: #3C3C3C. Windows color (decimal): -16687828 or 2907393. OLE color: 2907393.

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

Color convert

RGB19344-
CMYK0.9900.530.64
HSL148.04º97.87%18.43%-
HSV(B)148.04º98.92%36.47%-
XYZ4.388.023.7-
YUV59.91119.0285.98-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=0.72%
G=67.39%
B=31.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal193440.9900.530.64148.0497.8718.43
Hex15D2C6303540946212
Octal11355414306510022414222
Binary1101110110110011000110110101100000010010100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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