Shades of Turtle Green #28420A
Tints of Turtle Green #28420A
RGB
CMYK
RGB Variations
Color information
#28420A (or 0x28420A) is known color: Turtle Green. HEX triplet: 28, 42 and 0A. RGB value is (40,66,10). Sum of RGB (Red+Green+Blue) = 40+66+10=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #28420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28420A is #D7BDF5. Grayscale: #343434. Windows color (decimal): -14138870 or 672296. OLE color: 672296.
HSL color Cylindrical-coordinate representation of color #28420A: hue angle of 87.86º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #28420A is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 66 | 10 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.74 |
| HSL | 87.86º | 0.74% | 0.15% | - |
| HSV(B) | 87.86º | 0.85% | 0.26% | - |
| XYZ | 2.88 | 4.37 | 0.98 | - |
| YUV | 51.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 66 | 10 | 0.39 | 0 | 0.85 | 0.74 | 87.86 | 0.74 | 0.15 |
| Hex | 28 | 42 | A | 27 | 0 | 55 | 4A | 58 | 4A | F |
| Octal | 50 | 102 | 12 | 47 | 0 | 125 | 112 | 130 | 112 | 17 |
| Binary | 101000 | 1000010 | 1010 | 100111 | 0 | 1010101 | 1001010 | 1011000 | 1001010 | 1111 |
Color Harmonies of #28420A
Complementary color
Monochromatic Colors of #28420A
Black with #28420A
Text Example
Text Example
White with #28420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28420A; }
p { color: rgb(40,66,10); }
H1.HeaderClassName
{
color: #28420A;
}
.AnyTagClassName
{
color: #28420A;
}
</style>
background-color css
<style>
a { background-color: #28420A; }
a { background-color: rgb(40,66,10); }
div.DivClassName
{
background-color: #28420A;
}
.BgClassName
{
background-color: #28420A;
}
</style>
border-color css
<style>
span { border-color: #28420A; }
span { border-color: rgb(40,66,10); }
td.TdClassName
{
border-color: #28420A;
}
.TagClassName
{
border-color: #28420A;
}
</style>