Shades of Crusoe #02732A
Tints of Crusoe #02732A
RGB
CMYK
RGB Variations
Color information
#02732A (or 0x02732A) is known color: Crusoe. HEX triplet: 02, 73 and 2A. RGB value is (2,115,42). Sum of RGB (Red+Green+Blue) = 2+115+42=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 115 (45.31% from 255 or 72.33% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 115 - color contains mainly: green. Hex color #02732A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02732A is #FD8CD5. Grayscale: #494949. Windows color (decimal): -16616662 or 2781954. OLE color: 2781954.
HSL color Cylindrical-coordinate representation of color #02732A: hue angle of 141.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02732A is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 115 | 42 | - |
| CMYK | 0.98 | 0 | 0.63 | 0.55 |
| HSL | 141.24º | 0.97% | 0.23% | - |
| HSV(B) | 141.24º | 0.98% | 0.45% | - |
| XYZ | 6.57 | 12.44 | 4.25 | - |
| YUV | 72.89 | 110.56 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 42 | 0.98 | 0 | 0.63 | 0.55 | 141.24 | 0.97 | 0.23 |
| Hex | 2 | 73 | 2A | 62 | 0 | 3F | 37 | 8D | 61 | 17 |
| Octal | 2 | 163 | 52 | 142 | 0 | 77 | 67 | 215 | 141 | 27 |
| Binary | 10 | 1110011 | 101010 | 1100010 | 0 | 111111 | 110111 | 10001101 | 1100001 | 10111 |
Color Harmonies of #02732A
Complementary color
Monochromatic Colors of #02732A
Black with #02732A
Text Example
Text Example
White with #02732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02732A; }
p { color: rgb(2,115,42); }
H1.HeaderClassName
{
color: #02732A;
}
.AnyTagClassName
{
color: #02732A;
}
</style>
background-color css
<style>
a { background-color: #02732A; }
a { background-color: rgb(2,115,42); }
div.DivClassName
{
background-color: #02732A;
}
.BgClassName
{
background-color: #02732A;
}
</style>
border-color css
<style>
span { border-color: #02732A; }
span { border-color: rgb(2,115,42); }
td.TdClassName
{
border-color: #02732A;
}
.TagClassName
{
border-color: #02732A;
}
</style>