#155B2D

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

Shades of Crusoe #155B2D

Tints of Crusoe #155B2D

Color information

#155B2D (or 0x155B2D) is unknown color: approx Crusoe. HEX triplet: 15, 5B and 2D. RGB value is (21,91,45). Sum of RGB (Red+Green+Blue) = 21+91+45=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 91 (35.94% from 255 or 57.96% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 91 - color contains mainly: green. Hex color #155B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155B2D is #EAA4D2. Grayscale: #404040. Windows color (decimal): -15377619 or 2972437. OLE color: 2972437.

HSL color Cylindrical-coordinate representation of color #155B2D: hue angle of 140.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155B2D is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB219145-
CMYK0.7700.510.64
HSL140.57º62.5%21.96%-
HSV(B)140.57º76.92%35.69%-
XYZ4.527.833.76-
YUV64.83116.8196.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 91 (35.94% from 255) = 57.96%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=13.38%
G=57.96%
B=28.66%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2191450.7700.510.64140.5762.521.96
Hex155B2D4D033408d3e16
Octal25133551150631002157626
Binary1010110110111011011001101011001110000001000110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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