Shades of Oil #2A3627
Tints of Oil #2A3627
RGB
CMYK
RGB Variations
Color information
#2A3627 (or 0x2A3627) is known color: Oil. HEX triplet: 2A, 36 and 27. RGB value is (42,54,39). Sum of RGB (Red+Green+Blue) = 42+54+39=135 (17% of max value = 765). Red value is 42 (16.80% from 255 or 31.11% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 54 - color contains mainly: green. Hex color #2A3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3627 is #D5C9D8. Grayscale: #303030. Windows color (decimal): -14010841 or 2569770. OLE color: 2569770.
HSL color Cylindrical-coordinate representation of color #2A3627: hue angle of 108º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A3627 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 42 | 54 | 39 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.79 |
| HSL | 108º | 0.16% | 0.18% | - |
| HSV(B) | 108º | 0.28% | 0.21% | - |
| XYZ | 2.64 | 3.28 | 2.41 | - |
| YUV | 48.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 39 | 0.22 | 0 | 0.28 | 0.79 | 108 | 0.16 | 0.18 |
| Hex | 2A | 36 | 27 | 16 | 0 | 1C | 4F | 6C | 10 | 12 |
| Octal | 52 | 66 | 47 | 26 | 0 | 34 | 117 | 154 | 20 | 22 |
| Binary | 101010 | 110110 | 100111 | 10110 | 0 | 11100 | 1001111 | 1101100 | 10000 | 10010 |
Color Harmonies of #2A3627
Complementary color
Monochromatic Colors of #2A3627
Black with #2A3627
Text Example
Text Example
White with #2A3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3627; }
p { color: rgb(42,54,39); }
H1.HeaderClassName
{
color: #2A3627;
}
.AnyTagClassName
{
color: #2A3627;
}
</style>
background-color css
<style>
a { background-color: #2A3627; }
a { background-color: rgb(42,54,39); }
div.DivClassName
{
background-color: #2A3627;
}
.BgClassName
{
background-color: #2A3627;
}
</style>
border-color css
<style>
span { border-color: #2A3627; }
span { border-color: rgb(42,54,39); }
td.TdClassName
{
border-color: #2A3627;
}
.TagClassName
{
border-color: #2A3627;
}
</style>