Shades of Dell #42701F
Tints of Dell #42701F
RGB
CMYK
RGB Variations
Color information
#42701F (or 0x42701F) is known color: Dell. HEX triplet: 42, 70 and 1F. RGB value is (66,112,31). Sum of RGB (Red+Green+Blue) = 66+112+31=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #42701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42701F is #BD8FE0. Grayscale: #595959. Windows color (decimal): -12423137 or 2060354. OLE color: 2060354.
HSL color Cylindrical-coordinate representation of color #42701F: hue angle of 94.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42701F is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 112 | 31 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.56 |
| HSL | 94.07º | 0.57% | 0.28% | - |
| HSV(B) | 94.07º | 0.72% | 0.44% | - |
| XYZ | 8.29 | 12.85 | 3.34 | - |
| YUV | 89.01 | 95.26 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 112 | 31 | 0.41 | 0 | 0.72 | 0.56 | 94.07 | 0.57 | 0.28 |
| Hex | 42 | 70 | 1F | 29 | 0 | 48 | 38 | 5E | 39 | 1C |
| Octal | 102 | 160 | 37 | 51 | 0 | 110 | 70 | 136 | 71 | 34 |
| Binary | 1000010 | 1110000 | 11111 | 101001 | 0 | 1001000 | 111000 | 1011110 | 111001 | 11100 |
Color Harmonies of #42701F
Complementary color
Monochromatic Colors of #42701F
Black with #42701F
Text Example
Text Example
White with #42701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42701F; }
p { color: rgb(66,112,31); }
H1.HeaderClassName
{
color: #42701F;
}
.AnyTagClassName
{
color: #42701F;
}
</style>
background-color css
<style>
a { background-color: #42701F; }
a { background-color: rgb(66,112,31); }
div.DivClassName
{
background-color: #42701F;
}
.BgClassName
{
background-color: #42701F;
}
</style>
border-color css
<style>
span { border-color: #42701F; }
span { border-color: rgb(66,112,31); }
td.TdClassName
{
border-color: #42701F;
}
.TagClassName
{
border-color: #42701F;
}
</style>