#155F2C

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

Shades of Crusoe #155F2C

Tints of Crusoe #155F2C

Color information

#155F2C (or 0x155F2C) is unknown color: approx Crusoe. HEX triplet: 15, 5F and 2C. RGB value is (21,95,44). Sum of RGB (Red+Green+Blue) = 21+95+44=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #155F2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F2C is #EAA0D3. Grayscale: #434343. Windows color (decimal): -15376596 or 2907925. OLE color: 2907925.

HSL color Cylindrical-coordinate representation of color #155F2C: hue angle of 138.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155F2C is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB219544-
CMYK0.7800.540.63
HSL138.65º63.79%22.75%-
HSV(B)138.65º77.89%37.25%-
XYZ4.868.533.77-
YUV67.06114.9895.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 95 (37.5% from 255) = 59.38%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=13.12%
G=59.38%
B=27.5%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195440.7800.540.63138.6563.7922.75
Hex155F2C4E0363F8b4017
Octal25137541160667721310027
Binary1010110111111011001001110011011011111110001011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155F2C; }

 p { color: rgb(21,95,44); }

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

<style>
 a { background-color: #155F2C; }

 a { background-color: rgb(21,95,44); }

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

<style>
 span { border-color: #155F2C; }

 span { border-color: rgb(21,95,44); }

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