Shades of Turtle Green #284A08
Tints of Turtle Green #284A08
RGB
CMYK
RGB Variations
Color information
#284A08 (or 0x284A08) is known color: Turtle Green. HEX triplet: 28, 4A and 08. RGB value is (40,74,8). Sum of RGB (Red+Green+Blue) = 40+74+8=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 74 (29.30% from 255 or 60.66% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 74 - color contains mainly: green. Hex color #284A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284A08 is #D7B5F7. Grayscale: #383838. Windows color (decimal): -14136824 or 543272. OLE color: 543272.
HSL color Cylindrical-coordinate representation of color #284A08: hue angle of 90.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #284A08 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 8 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.71 |
| HSL | 90.91º | 0.8% | 0.16% | - |
| HSV(B) | 90.91º | 0.89% | 0.29% | - |
| XYZ | 3.37 | 5.37 | 1.09 | - |
| YUV | 56.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 8 | 0.46 | 0 | 0.89 | 0.71 | 90.91 | 0.8 | 0.16 |
| Hex | 28 | 4A | 8 | 2E | 0 | 59 | 47 | 5B | 50 | 10 |
| Octal | 50 | 112 | 10 | 56 | 0 | 131 | 107 | 133 | 120 | 20 |
| Binary | 101000 | 1001010 | 1000 | 101110 | 0 | 1011001 | 1000111 | 1011011 | 1010000 | 10000 |
Color Harmonies of #284A08
Complementary color
Monochromatic Colors of #284A08
Black with #284A08
Text Example
Text Example
White with #284A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A08; }
p { color: rgb(40,74,8); }
H1.HeaderClassName
{
color: #284A08;
}
.AnyTagClassName
{
color: #284A08;
}
</style>
background-color css
<style>
a { background-color: #284A08; }
a { background-color: rgb(40,74,8); }
div.DivClassName
{
background-color: #284A08;
}
.BgClassName
{
background-color: #284A08;
}
</style>
border-color css
<style>
span { border-color: #284A08; }
span { border-color: rgb(40,74,8); }
td.TdClassName
{
border-color: #284A08;
}
.TagClassName
{
border-color: #284A08;
}
</style>