Shades of Crusoe #1A4F2C
Tints of Crusoe #1A4F2C
RGB
CMYK
RGB Variations
Color information
#1A4F2C (or 0x1A4F2C) is known color: Crusoe. HEX triplet: 1A, 4F and 2C. RGB value is (26,79,44). Sum of RGB (Red+Green+Blue) = 26+79+44=149 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.45% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #1A4F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A4F2C is #E5B0D3. Grayscale: #3B3B3B. Windows color (decimal): -15053012 or 2903834. OLE color: 2903834.
HSL color Cylindrical-coordinate representation of color #1A4F2C: hue angle of 140.38º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1A4F2C is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 79 | 44 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.69 |
| HSL | 140.38º | 0.5% | 0.21% | - |
| HSV(B) | 140.38º | 0.67% | 0.31% | - |
| XYZ | 3.68 | 5.99 | 3.35 | - |
| YUV | 59.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 44 | 0.67 | 0 | 0.44 | 0.69 | 140.38 | 0.5 | 0.21 |
| Hex | 1A | 4F | 2C | 43 | 0 | 2C | 45 | 8C | 32 | 15 |
| Octal | 32 | 117 | 54 | 103 | 0 | 54 | 105 | 214 | 62 | 25 |
| Binary | 11010 | 1001111 | 101100 | 1000011 | 0 | 101100 | 1000101 | 10001100 | 110010 | 10101 |
Color Harmonies of #1A4F2C
Complementary color
Monochromatic Colors of #1A4F2C
Black with #1A4F2C
Text Example
Text Example
White with #1A4F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4F2C; }
p { color: rgb(26,79,44); }
H1.HeaderClassName
{
color: #1A4F2C;
}
.AnyTagClassName
{
color: #1A4F2C;
}
</style>
background-color css
<style>
a { background-color: #1A4F2C; }
a { background-color: rgb(26,79,44); }
div.DivClassName
{
background-color: #1A4F2C;
}
.BgClassName
{
background-color: #1A4F2C;
}
</style>
border-color css
<style>
span { border-color: #1A4F2C; }
span { border-color: rgb(26,79,44); }
td.TdClassName
{
border-color: #1A4F2C;
}
.TagClassName
{
border-color: #1A4F2C;
}
</style>