#155F2D

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

Shades of Crusoe #155F2D

Tints of Crusoe #155F2D

Color information

#155F2D (or 0x155F2D) is unknown color: approx Crusoe. HEX triplet: 15, 5F and 2D. RGB value is (21,95,45). Sum of RGB (Red+Green+Blue) = 21+95+45=161 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.04% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #155F2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F2D is #EAA0D2. Grayscale: #434343. Windows color (decimal): -15376595 or 2973461. OLE color: 2973461.

HSL color Cylindrical-coordinate representation of color #155F2D: hue angle of 139.46º 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 #155F2D is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.63.

Color convert

RGB219545-
CMYK0.7800.530.63
HSL139.46º63.79%22.75%-
HSV(B)139.46º77.89%37.25%-
XYZ4.888.533.87-
YUV67.17115.4895.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.04%
GREEN value IS 95 (37.5% from 255) = 59.01%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=13.04%
G=59.01%
B=27.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195450.7800.530.63139.4663.7922.75
Hex155F2D4E0353F8b4017
Octal25137551160657721310027
Binary1010110111111011011001110011010111111110001011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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