Shades of Oil #2A3D23
Tints of Oil #2A3D23
RGB
CMYK
RGB Variations
Color information
#2A3D23 (or 0x2A3D23) is known color: Oil. HEX triplet: 2A, 3D and 23. RGB value is (42,61,35). Sum of RGB (Red+Green+Blue) = 42+61+35=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 61 (24.22% from 255 or 44.20% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 61 - color contains mainly: green. Hex color #2A3D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3D23 is #D5C2DC. Grayscale: #343434. Windows color (decimal): -14009053 or 2309418. OLE color: 2309418.
HSL color Cylindrical-coordinate representation of color #2A3D23: hue angle of 103.85º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A3D23 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 61 | 35 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.76 |
| HSL | 103.85º | 0.27% | 0.19% | - |
| HSV(B) | 103.85º | 0.43% | 0.24% | - |
| XYZ | 2.93 | 3.95 | 2.2 | - |
| YUV | 52.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 35 | 0.31 | 0 | 0.43 | 0.76 | 103.85 | 0.27 | 0.19 |
| Hex | 2A | 3D | 23 | 1F | 0 | 2B | 4C | 68 | 1B | 13 |
| Octal | 52 | 75 | 43 | 37 | 0 | 53 | 114 | 150 | 33 | 23 |
| Binary | 101010 | 111101 | 100011 | 11111 | 0 | 101011 | 1001100 | 1101000 | 11011 | 10011 |
Color Harmonies of #2A3D23
Complementary color
Monochromatic Colors of #2A3D23
Black with #2A3D23
Text Example
Text Example
White with #2A3D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3D23; }
p { color: rgb(42,61,35); }
H1.HeaderClassName
{
color: #2A3D23;
}
.AnyTagClassName
{
color: #2A3D23;
}
</style>
background-color css
<style>
a { background-color: #2A3D23; }
a { background-color: rgb(42,61,35); }
div.DivClassName
{
background-color: #2A3D23;
}
.BgClassName
{
background-color: #2A3D23;
}
</style>
border-color css
<style>
span { border-color: #2A3D23; }
span { border-color: rgb(42,61,35); }
td.TdClassName
{
border-color: #2A3D23;
}
.TagClassName
{
border-color: #2A3D23;
}
</style>