Shades of Dark Green #0B2F25
Tints of Dark Green #0B2F25
RGB
CMYK
RGB Variations
Color information
#0B2F25 (or 0x0B2F25) is known color: Dark Green. HEX triplet: 0B, 2F and 25. RGB value is (11,47,37). Sum of RGB (Red+Green+Blue) = 11+47+37=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 47 (18.75% from 255 or 49.47% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F25 is #F4D0DA. Grayscale: #232323. Windows color (decimal): -16044251 or 2436875. OLE color: 2436875.
HSL color Cylindrical-coordinate representation of color #0B2F25: hue angle of 163.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F25 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 37 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.82 |
| HSL | 163.33º | 0.62% | 0.11% | - |
| HSV(B) | 163.33º | 0.77% | 0.18% | - |
| XYZ | 1.49 | 2.24 | 2.1 | - |
| YUV | 35.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 37 | 0.77 | 0 | 0.21 | 0.82 | 163.33 | 0.62 | 0.11 |
| Hex | B | 2F | 25 | 4D | 0 | 15 | 52 | A3 | 3E | B |
| Octal | 13 | 57 | 45 | 115 | 0 | 25 | 122 | 243 | 76 | 13 |
| Binary | 1011 | 101111 | 100101 | 1001101 | 0 | 10101 | 1010010 | 10100011 | 111110 | 1011 |
Color Harmonies of #0B2F25
Complementary color
Monochromatic Colors of #0B2F25
Black with #0B2F25
Text Example
Text Example
White with #0B2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F25; }
p { color: rgb(11,47,37); }
H1.HeaderClassName
{
color: #0B2F25;
}
.AnyTagClassName
{
color: #0B2F25;
}
</style>
background-color css
<style>
a { background-color: #0B2F25; }
a { background-color: rgb(11,47,37); }
div.DivClassName
{
background-color: #0B2F25;
}
.BgClassName
{
background-color: #0B2F25;
}
</style>
border-color css
<style>
span { border-color: #0B2F25; }
span { border-color: rgb(11,47,37); }
td.TdClassName
{
border-color: #0B2F25;
}
.TagClassName
{
border-color: #0B2F25;
}
</style>