#155c2a

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

Shades of Crusoe #155C2A

Tints of Crusoe #155C2A

Color information

#155C2A (or 0x155C2A) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 2A. RGB value is (21,92,42). Sum of RGB (Red+Green+Blue) = 21+92+42=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2A is #EAA3D5. Grayscale: #414141. Windows color (decimal): -15377366 or 2776085. OLE color: 2776085.

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

Color convert

RGB219242-
CMYK0.7700.540.64
HSL137.75º62.83%22.16%-
HSV(B)137.75º77.17%36.08%-
XYZ4.557.983.49-
YUV65.07114.9896.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 92 (36.33% from 255) = 59.35%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=13.55%
G=59.35%
B=27.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192420.7700.540.64137.7562.8322.16
Hex155C2A4D036408a3f16
Octal25134521150661002127726
Binary1010110111001010101001101011011010000001000101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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