Shades of Crusoe #184E2A
Tints of Crusoe #184E2A
RGB
CMYK
RGB Variations
Color information
#184E2A (or 0x184E2A) is known color: Crusoe. HEX triplet: 18, 4E and 2A. RGB value is (24,78,42). Sum of RGB (Red+Green+Blue) = 24+78+42=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #184E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184E2A is #E7B1D5. Grayscale: #393939. Windows color (decimal): -15184342 or 2772504. OLE color: 2772504.
HSL color Cylindrical-coordinate representation of color #184E2A: hue angle of 140º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #184E2A is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 78 | 42 | - |
| CMYK | 0.69 | 0 | 0.46 | 0.69 |
| HSL | 140º | 0.53% | 0.2% | - |
| HSV(B) | 140º | 0.69% | 0.31% | - |
| XYZ | 3.52 | 5.81 | 3.13 | - |
| YUV | 57.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 42 | 0.69 | 0 | 0.46 | 0.69 | 140 | 0.53 | 0.2 |
| Hex | 18 | 4E | 2A | 45 | 0 | 2E | 45 | 8C | 35 | 14 |
| Octal | 30 | 116 | 52 | 105 | 0 | 56 | 105 | 214 | 65 | 24 |
| Binary | 11000 | 1001110 | 101010 | 1000101 | 0 | 101110 | 1000101 | 10001100 | 110101 | 10100 |
Color Harmonies of #184E2A
Complementary color
Monochromatic Colors of #184E2A
Black with #184E2A
Text Example
Text Example
White with #184E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E2A; }
p { color: rgb(24,78,42); }
H1.HeaderClassName
{
color: #184E2A;
}
.AnyTagClassName
{
color: #184E2A;
}
</style>
background-color css
<style>
a { background-color: #184E2A; }
a { background-color: rgb(24,78,42); }
div.DivClassName
{
background-color: #184E2A;
}
.BgClassName
{
background-color: #184E2A;
}
</style>
border-color css
<style>
span { border-color: #184E2A; }
span { border-color: rgb(24,78,42); }
td.TdClassName
{
border-color: #184E2A;
}
.TagClassName
{
border-color: #184E2A;
}
</style>