#154F29

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

Shades of Crusoe #154F29

Tints of Crusoe #154F29

Color information

#154F29 (or 0x154F29) is unknown color: approx Crusoe. HEX triplet: 15, 4F and 29. RGB value is (21,79,41). Sum of RGB (Red+Green+Blue) = 21+79+41=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #154F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F29 is #EAB0D6. Grayscale: #393939. Windows color (decimal): -15380695 or 2707221. OLE color: 2707221.

HSL color Cylindrical-coordinate representation of color #154F29: hue angle of 140.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154F29 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB217941-
CMYK0.7300.480.69
HSL140.69º58%19.61%-
HSV(B)140.69º73.42%30.98%-
XYZ3.515.913.05-
YUV57.33118.78102.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 41 (16.41% from 255) = 29.08%
R=14.89%
G=56.03%
B=29.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179410.7300.480.69140.695819.61
Hex154F2949030458d3a14
Octal25117511110601052157224
Binary1010110011111010011001001011000010001011000110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154F29; }

 p { color: rgb(21,79,41); }

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

<style>
 a { background-color: #154F29; }

 a { background-color: rgb(21,79,41); }

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

<style>
 span { border-color: #154F29; }

 span { border-color: rgb(21,79,41); }

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