Shades of Pigment Green #08993C
Tints of Pigment Green #08993C
RGB
CMYK
RGB Variations
Color information
#08993C (or 0x08993C) is known color: Pigment Green. HEX triplet: 08, 99 and 3C. RGB value is (8,153,60). Sum of RGB (Red+Green+Blue) = 8+153+60=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 153 (60.16% from 255 or 69.23% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 153 - color contains mainly: green. Hex color #08993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08993C is #F766C3. Grayscale: #636363. Windows color (decimal): -16213700 or 3971336. OLE color: 3971336.
HSL color Cylindrical-coordinate representation of color #08993C: hue angle of 141.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08993C is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 8 | 153 | 60 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.4 |
| HSL | 141.52º | 0.9% | 0.32% | - |
| HSV(B) | 141.52º | 0.95% | 0.6% | - |
| XYZ | 12.31 | 23.16 | 8.1 | - |
| YUV | 99.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 60 | 0.95 | 0 | 0.61 | 0.4 | 141.52 | 0.9 | 0.32 |
| Hex | 8 | 99 | 3C | 5F | 0 | 3D | 28 | 8E | 5A | 20 |
| Octal | 10 | 231 | 74 | 137 | 0 | 75 | 50 | 216 | 132 | 40 |
| Binary | 1000 | 10011001 | 111100 | 1011111 | 0 | 111101 | 101000 | 10001110 | 1011010 | 100000 |
Color Harmonies of #08993C
Complementary color
Monochromatic Colors of #08993C
Black with #08993C
Text Example
Text Example
White with #08993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08993C; }
p { color: rgb(8,153,60); }
H1.HeaderClassName
{
color: #08993C;
}
.AnyTagClassName
{
color: #08993C;
}
</style>
background-color css
<style>
a { background-color: #08993C; }
a { background-color: rgb(8,153,60); }
div.DivClassName
{
background-color: #08993C;
}
.BgClassName
{
background-color: #08993C;
}
</style>
border-color css
<style>
span { border-color: #08993C; }
span { border-color: rgb(8,153,60); }
td.TdClassName
{
border-color: #08993C;
}
.TagClassName
{
border-color: #08993C;
}
</style>