#155C2E

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

Shades of Crusoe #155C2E

Tints of Crusoe #155C2E

Color information

#155C2E (or 0x155C2E) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 2E. RGB value is (21,92,46). Sum of RGB (Red+Green+Blue) = 21+92+46=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2E is #EAA3D1. Grayscale: #414141. Windows color (decimal): -15377362 or 3038229. OLE color: 3038229.

HSL color Cylindrical-coordinate representation of color #155C2E: hue angle of 141.13º degrees, saturation: 0.63, 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 #155C2E is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB219246-
CMYK0.7700.500.64
HSL141.13º62.83%22.16%-
HSV(B)141.13º77.17%36.08%-
XYZ4.638.013.89-
YUV65.53116.9896.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 92 (36.33% from 255) = 57.86%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=13.21%
G=57.86%
B=28.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192460.7700.500.64141.1362.8322.16
Hex155C2E4D032408d3f16
Octal25134561150621002157726
Binary1010110111001011101001101011001010000001000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,92,46); }

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

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

 a { background-color: rgb(21,92,46); }

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

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

 span { border-color: rgb(21,92,46); }

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