Shades of Crusoe #027529
Tints of Crusoe #027529
RGB
CMYK
RGB Variations
Color information
#027529 (or 0x027529) is known color: Crusoe. HEX triplet: 02, 75 and 29. RGB value is (2,117,41). Sum of RGB (Red+Green+Blue) = 2+117+41=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 117 (46.09% from 255 or 73.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 117 - color contains mainly: green. Hex color #027529 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027529 is #FD8AD6. Grayscale: #4A4A4A. Windows color (decimal): -16616151 or 2716930. OLE color: 2716930.
HSL color Cylindrical-coordinate representation of color #027529: hue angle of 140.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027529 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 2 | 117 | 41 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.54 |
| HSL | 140.35º | 0.97% | 0.23% | - |
| HSV(B) | 140.35º | 0.98% | 0.46% | - |
| XYZ | 6.79 | 12.9 | 4.23 | - |
| YUV | 73.95 | 109.4 | 76.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 41 | 0.98 | 0 | 0.65 | 0.54 | 140.35 | 0.97 | 0.23 |
| Hex | 2 | 75 | 29 | 62 | 0 | 41 | 36 | 8C | 61 | 17 |
| Octal | 2 | 165 | 51 | 142 | 0 | 101 | 66 | 214 | 141 | 27 |
| Binary | 10 | 1110101 | 101001 | 1100010 | 0 | 1000001 | 110110 | 10001100 | 1100001 | 10111 |
Color Harmonies of #027529
Complementary color
Monochromatic Colors of #027529
Black with #027529
Text Example
Text Example
White with #027529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027529; }
p { color: rgb(2,117,41); }
H1.HeaderClassName
{
color: #027529;
}
.AnyTagClassName
{
color: #027529;
}
</style>
background-color css
<style>
a { background-color: #027529; }
a { background-color: rgb(2,117,41); }
div.DivClassName
{
background-color: #027529;
}
.BgClassName
{
background-color: #027529;
}
</style>
border-color css
<style>
span { border-color: #027529; }
span { border-color: rgb(2,117,41); }
td.TdClassName
{
border-color: #027529;
}
.TagClassName
{
border-color: #027529;
}
</style>