#155D30

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

Shades of Crusoe #155D30

Tints of Crusoe #155D30

Color information

#155D30 (or 0x155D30) is unknown color: approx Crusoe. HEX triplet: 15, 5D and 30. RGB value is (21,93,48). Sum of RGB (Red+Green+Blue) = 21+93+48=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #155D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155D30 is #EAA2CF. Grayscale: #424242. Windows color (decimal): -15377104 or 3169557. OLE color: 3169557.

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

Color convert

RGB219348-
CMYK0.7700.480.64
HSL142.5º63.16%22.35%-
HSV(B)142.5º77.42%36.47%-
XYZ4.768.24.13-
YUV66.34117.6595.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 93 (36.72% from 255) = 57.41%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=12.96%
G=57.41%
B=29.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2193480.7700.480.64142.563.1622.35
Hex155D304D030408e3f16
Octal25135601150601002167726
Binary1010110111011100001001101011000010000001000111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,93,48); }

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

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

 a { background-color: rgb(21,93,48); }

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

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

 span { border-color: rgb(21,93,48); }

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