Shades of Crusoe #02682E
Tints of Crusoe #02682E
RGB
CMYK
RGB Variations
Color information
#02682E (or 0x02682E) is known color: Crusoe. HEX triplet: 02, 68 and 2E. RGB value is (2,104,46). Sum of RGB (Red+Green+Blue) = 2+104+46=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 104 (41.02% from 255 or 68.42% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 104 - color contains mainly: green. Hex color #02682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02682E is #FD97D1. Grayscale: #434343. Windows color (decimal): -16619474 or 3041282. OLE color: 3041282.
HSL color Cylindrical-coordinate representation of color #02682E: hue angle of 145.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02682E is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 2 | 104 | 46 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.59 |
| HSL | 145.88º | 0.96% | 0.21% | - |
| HSV(B) | 145.88º | 0.98% | 0.41% | - |
| XYZ | 5.47 | 10.11 | 4.25 | - |
| YUV | 66.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 46 | 0.98 | 0 | 0.56 | 0.59 | 145.88 | 0.96 | 0.21 |
| Hex | 2 | 68 | 2E | 62 | 0 | 38 | 3B | 92 | 60 | 15 |
| Octal | 2 | 150 | 56 | 142 | 0 | 70 | 73 | 222 | 140 | 25 |
| Binary | 10 | 1101000 | 101110 | 1100010 | 0 | 111000 | 111011 | 10010010 | 1100000 | 10101 |
Color Harmonies of #02682E
Complementary color
Monochromatic Colors of #02682E
Black with #02682E
Text Example
Text Example
White with #02682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02682E; }
p { color: rgb(2,104,46); }
H1.HeaderClassName
{
color: #02682E;
}
.AnyTagClassName
{
color: #02682E;
}
</style>
background-color css
<style>
a { background-color: #02682E; }
a { background-color: rgb(2,104,46); }
div.DivClassName
{
background-color: #02682E;
}
.BgClassName
{
background-color: #02682E;
}
</style>
border-color css
<style>
span { border-color: #02682E; }
span { border-color: rgb(2,104,46); }
td.TdClassName
{
border-color: #02682E;
}
.TagClassName
{
border-color: #02682E;
}
</style>