Shades of Oil #2B3D25
Tints of Oil #2B3D25
RGB
CMYK
RGB Variations
Color information
#2B3D25 (or 0x2B3D25) is known color: Oil. HEX triplet: 2B, 3D and 25. RGB value is (43,61,37). Sum of RGB (Red+Green+Blue) = 43+61+37=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #2B3D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3D25 is #D4C2DA. Grayscale: #343434. Windows color (decimal): -13943515 or 2440491. OLE color: 2440491.
HSL color Cylindrical-coordinate representation of color #2B3D25: hue angle of 105º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B3D25 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 61 | 37 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.76 |
| HSL | 105º | 0.24% | 0.19% | - |
| HSV(B) | 105º | 0.39% | 0.24% | - |
| XYZ | 3 | 3.98 | 2.36 | - |
| YUV | 52.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 61 | 37 | 0.30 | 0 | 0.39 | 0.76 | 105 | 0.24 | 0.19 |
| Hex | 2B | 3D | 25 | 1E | 0 | 27 | 4C | 69 | 18 | 13 |
| Octal | 53 | 75 | 45 | 36 | 0 | 47 | 114 | 151 | 30 | 23 |
| Binary | 101011 | 111101 | 100101 | 11110 | 0 | 100111 | 1001100 | 1101001 | 11000 | 10011 |
Color Harmonies of #2B3D25
Complementary color
Monochromatic Colors of #2B3D25
Black with #2B3D25
Text Example
Text Example
White with #2B3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3D25; }
p { color: rgb(43,61,37); }
H1.HeaderClassName
{
color: #2B3D25;
}
.AnyTagClassName
{
color: #2B3D25;
}
</style>
background-color css
<style>
a { background-color: #2B3D25; }
a { background-color: rgb(43,61,37); }
div.DivClassName
{
background-color: #2B3D25;
}
.BgClassName
{
background-color: #2B3D25;
}
</style>
border-color css
<style>
span { border-color: #2B3D25; }
span { border-color: rgb(43,61,37); }
td.TdClassName
{
border-color: #2B3D25;
}
.TagClassName
{
border-color: #2B3D25;
}
</style>