Shades of Crusoe #02672A
Tints of Crusoe #02672A
RGB
CMYK
RGB Variations
Color information
#02672A (or 0x02672A) is known color: Crusoe. HEX triplet: 02, 67 and 2A. RGB value is (2,103,42). Sum of RGB (Red+Green+Blue) = 2+103+42=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #02672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02672A is #FD98D5. Grayscale: #414141. Windows color (decimal): -16619734 or 2778882. OLE color: 2778882.
HSL color Cylindrical-coordinate representation of color #02672A: hue angle of 143.76º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02672A is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 2 | 103 | 42 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.60 |
| HSL | 143.76º | 0.96% | 0.21% | - |
| HSV(B) | 143.76º | 0.98% | 0.4% | - |
| XYZ | 5.29 | 9.88 | 3.82 | - |
| YUV | 65.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 103 | 42 | 0.98 | 0 | 0.59 | 0.60 | 143.76 | 0.96 | 0.21 |
| Hex | 2 | 67 | 2A | 62 | 0 | 3B | 3C | 90 | 60 | 15 |
| Octal | 2 | 147 | 52 | 142 | 0 | 73 | 74 | 220 | 140 | 25 |
| Binary | 10 | 1100111 | 101010 | 1100010 | 0 | 111011 | 111100 | 10010000 | 1100000 | 10101 |
Color Harmonies of #02672A
Complementary color
Monochromatic Colors of #02672A
Black with #02672A
Text Example
Text Example
White with #02672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02672A; }
p { color: rgb(2,103,42); }
H1.HeaderClassName
{
color: #02672A;
}
.AnyTagClassName
{
color: #02672A;
}
</style>
background-color css
<style>
a { background-color: #02672A; }
a { background-color: rgb(2,103,42); }
div.DivClassName
{
background-color: #02672A;
}
.BgClassName
{
background-color: #02672A;
}
</style>
border-color css
<style>
span { border-color: #02672A; }
span { border-color: rgb(2,103,42); }
td.TdClassName
{
border-color: #02672A;
}
.TagClassName
{
border-color: #02672A;
}
</style>