Shades of Crusoe #00782B
Tints of Crusoe #00782B
RGB
CMYK
RGB Variations
Color information
#00782B (or 0x00782B) is known color: Crusoe. HEX triplet: 00, 78 and 2B. RGB value is (0,120,43). Sum of RGB (Red+Green+Blue) = 0+120+43=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 120 (47.27% from 255 or 73.62% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 120 - color contains mainly: green. Hex color #00782B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00782B is #FF87D4. Grayscale: #4B4B4B. Windows color (decimal): -16746453 or 2848768. OLE color: 2848768.
HSL color Cylindrical-coordinate representation of color #00782B: hue angle of 141.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00782B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 43 | - |
| CMYK | 1 | 0 | 0.64 | 0.53 |
| HSL | 141.5º | 1% | 0.24% | - |
| HSV(B) | 141.5º | 1% | 0.47% | - |
| XYZ | 7.15 | 13.61 | 4.54 | - |
| YUV | 75.34 | 109.74 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 43 | 1 | 0 | 0.64 | 0.53 | 141.5 | 1 | 0.24 |
| Hex | 0 | 78 | 2B | 64 | 0 | 40 | 35 | 8E | 64 | 18 |
| Octal | 0 | 170 | 53 | 144 | 0 | 100 | 65 | 216 | 144 | 30 |
| Binary | 0 | 1111000 | 101011 | 1100100 | 0 | 1000000 | 110101 | 10001110 | 1100100 | 11000 |
Color Harmonies of #00782B
Complementary color
Monochromatic Colors of #00782B
Black with #00782B
Text Example
Text Example
White with #00782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00782B; }
p { color: rgb(0,120,43); }
H1.HeaderClassName
{
color: #00782B;
}
.AnyTagClassName
{
color: #00782B;
}
</style>
background-color css
<style>
a { background-color: #00782B; }
a { background-color: rgb(0,120,43); }
div.DivClassName
{
background-color: #00782B;
}
.BgClassName
{
background-color: #00782B;
}
</style>
border-color css
<style>
span { border-color: #00782B; }
span { border-color: rgb(0,120,43); }
td.TdClassName
{
border-color: #00782B;
}
.TagClassName
{
border-color: #00782B;
}
</style>