#155F2B

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

Shades of Crusoe #155F2B

Tints of Crusoe #155F2B

Color information

#155F2B (or 0x155F2B) is unknown color: approx Crusoe. HEX triplet: 15, 5F and 2B. RGB value is (21,95,43). Sum of RGB (Red+Green+Blue) = 21+95+43=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #155F2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155F2B is #EAA0D4. Grayscale: #434343. Windows color (decimal): -15376597 or 2842389. OLE color: 2842389.

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

Color convert

RGB219543-
CMYK0.7800.550.63
HSL137.84º63.79%22.75%-
HSV(B)137.84º77.89%37.25%-
XYZ4.848.523.67-
YUV66.95114.4895.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 95 (37.5% from 255) = 59.75%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=13.21%
G=59.75%
B=27.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2195430.7800.550.63137.8463.7922.75
Hex155F2B4E0373F8a4017
Octal25137531160677721210027
Binary1010110111111010111001110011011111111110001010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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