#155C2B

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

Shades of Crusoe #155C2B

Tints of Crusoe #155C2B

Color information

#155C2B (or 0x155C2B) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 2B. RGB value is (21,92,43). Sum of RGB (Red+Green+Blue) = 21+92+43=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 92 (36.33% from 255 or 58.97% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2B is #EAA3D4. Grayscale: #414141. Windows color (decimal): -15377365 or 2841621. OLE color: 2841621.

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

Color convert

RGB219243-
CMYK0.7700.530.64
HSL138.59º62.83%22.16%-
HSV(B)138.59º77.17%36.08%-
XYZ4.577.993.59-
YUV65.18115.4896.48-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 92 (36.33% from 255) = 58.97%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=13.46%
G=58.97%
B=27.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192430.7700.530.64138.5962.8322.16
Hex155C2B4D035408b3f16
Octal25134531150651002137726
Binary1010110111001010111001101011010110000001000101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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