#155C2F

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

Shades of Crusoe #155C2F

Tints of Crusoe #155C2F

Color information

#155C2F (or 0x155C2F) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 2F. RGB value is (21,92,47). Sum of RGB (Red+Green+Blue) = 21+92+47=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 92 (36.33% from 255 or 57.5% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 92 - color contains mainly: green. Hex color #155C2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C2F is #EAA3D0. Grayscale: #414141. Windows color (decimal): -15377361 or 3103765. OLE color: 3103765.

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

Color convert

RGB219247-
CMYK0.7700.490.64
HSL141.97º62.83%22.16%-
HSV(B)141.97º77.17%36.08%-
XYZ4.658.023.99-
YUV65.64117.4896.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 92 (36.33% from 255) = 57.5%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=13.12%
G=57.5%
B=29.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192470.7700.490.64141.9762.8322.16
Hex155C2F4D031408e3f16
Octal25134571150611002167726
Binary1010110111001011111001101011000110000001000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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