Shades of Crusoe #00602C
Tints of Crusoe #00602C
RGB
CMYK
RGB Variations
Color information
#00602C (or 0x00602C) is known color: Crusoe. HEX triplet: 00, 60 and 2C. RGB value is (0,96,44). Sum of RGB (Red+Green+Blue) = 0+96+44=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 96 (37.89% from 255 or 68.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 96 - color contains mainly: green. Hex color #00602C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00602C is #FF9FD3. Grayscale: #3D3D3D. Windows color (decimal): -16752596 or 2908160. OLE color: 2908160.
HSL color Cylindrical-coordinate representation of color #00602C: hue angle of 147.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00602C is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 96 | 44 | - |
| CMYK | 1 | 0 | 0.54 | 0.62 |
| HSL | 147.5º | 1% | 0.19% | - |
| HSV(B) | 147.5º | 1% | 0.38% | - |
| XYZ | 4.64 | 8.55 | 3.79 | - |
| YUV | 61.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 44 | 1 | 0 | 0.54 | 0.62 | 147.5 | 1 | 0.19 |
| Hex | 0 | 60 | 2C | 64 | 0 | 36 | 3E | 94 | 64 | 13 |
| Octal | 0 | 140 | 54 | 144 | 0 | 66 | 76 | 224 | 144 | 23 |
| Binary | 0 | 1100000 | 101100 | 1100100 | 0 | 110110 | 111110 | 10010100 | 1100100 | 10011 |
Color Harmonies of #00602C
Complementary color
Monochromatic Colors of #00602C
Black with #00602C
Text Example
Text Example
White with #00602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00602C; }
p { color: rgb(0,96,44); }
H1.HeaderClassName
{
color: #00602C;
}
.AnyTagClassName
{
color: #00602C;
}
</style>
background-color css
<style>
a { background-color: #00602C; }
a { background-color: rgb(0,96,44); }
div.DivClassName
{
background-color: #00602C;
}
.BgClassName
{
background-color: #00602C;
}
</style>
border-color css
<style>
span { border-color: #00602C; }
span { border-color: rgb(0,96,44); }
td.TdClassName
{
border-color: #00602C;
}
.TagClassName
{
border-color: #00602C;
}
</style>