Shades of Dark Green #002B28
Tints of Dark Green #002B28
RGB
CMYK
RGB Variations
Color information
#002B28 (or 0x002B28) is known color: Dark Green. HEX triplet: 00, 2B and 28. RGB value is (0,43,40). Sum of RGB (Red+Green+Blue) = 0+43+40=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 43 (17.19% from 255 or 51.81% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 43 - color contains mainly: green. Hex color #002B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002B28 is #FFD4D7. Grayscale: #1D1D1D. Windows color (decimal): -16766168 or 2632448. OLE color: 2632448.
HSL color Cylindrical-coordinate representation of color #002B28: hue angle of 175.81º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002B28 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 43 | 40 | - |
| CMYK | 1 | 0 | 0.07 | 0.83 |
| HSL | 175.81º | 1% | 0.08% | - |
| HSV(B) | 175.81º | 1% | 0.17% | - |
| XYZ | 1.25 | 1.88 | 2.3 | - |
| YUV | 29.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 43 | 40 | 1 | 0 | 0.07 | 0.83 | 175.81 | 1 | 0.08 |
| Hex | 0 | 2B | 28 | 64 | 0 | 7 | 53 | B0 | 64 | 8 |
| Octal | 0 | 53 | 50 | 144 | 0 | 7 | 123 | 260 | 144 | 10 |
| Binary | 0 | 101011 | 101000 | 1100100 | 0 | 111 | 1010011 | 10110000 | 1100100 | 1000 |
Color Harmonies of #002B28
Complementary color
Monochromatic Colors of #002B28
Black with #002B28
Text Example
Text Example
White with #002B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002B28; }
p { color: rgb(0,43,40); }
H1.HeaderClassName
{
color: #002B28;
}
.AnyTagClassName
{
color: #002B28;
}
</style>
background-color css
<style>
a { background-color: #002B28; }
a { background-color: rgb(0,43,40); }
div.DivClassName
{
background-color: #002B28;
}
.BgClassName
{
background-color: #002B28;
}
</style>
border-color css
<style>
span { border-color: #002B28; }
span { border-color: rgb(0,43,40); }
td.TdClassName
{
border-color: #002B28;
}
.TagClassName
{
border-color: #002B28;
}
</style>