Shades of Turtle Green #283404
Tints of Turtle Green #283404
RGB
CMYK
RGB Variations
Color information
#283404 (or 0x283404) is known color: Turtle Green. HEX triplet: 28, 34 and 04. RGB value is (40,52,4). Sum of RGB (Red+Green+Blue) = 40+52+4=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #283404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283404 is #D7CBFB. Grayscale: #2B2B2B. Windows color (decimal): -14142460 or 275496. OLE color: 275496.
HSL color Cylindrical-coordinate representation of color #283404: hue angle of 75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #283404 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 4 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.80 |
| HSL | 75º | 0.86% | 0.11% | - |
| HSV(B) | 75º | 0.92% | 0.2% | - |
| XYZ | 2.12 | 2.92 | 0.57 | - |
| YUV | 42.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 4 | 0.23 | 0 | 0.92 | 0.80 | 75 | 0.86 | 0.11 |
| Hex | 28 | 34 | 4 | 17 | 0 | 5C | 50 | 4B | 56 | B |
| Octal | 50 | 64 | 4 | 27 | 0 | 134 | 120 | 113 | 126 | 13 |
| Binary | 101000 | 110100 | 100 | 10111 | 0 | 1011100 | 1010000 | 1001011 | 1010110 | 1011 |
Color Harmonies of #283404
Complementary color
Monochromatic Colors of #283404
Black with #283404
Text Example
Text Example
White with #283404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283404; }
p { color: rgb(40,52,4); }
H1.HeaderClassName
{
color: #283404;
}
.AnyTagClassName
{
color: #283404;
}
</style>
background-color css
<style>
a { background-color: #283404; }
a { background-color: rgb(40,52,4); }
div.DivClassName
{
background-color: #283404;
}
.BgClassName
{
background-color: #283404;
}
</style>
border-color css
<style>
span { border-color: #283404; }
span { border-color: rgb(40,52,4); }
td.TdClassName
{
border-color: #283404;
}
.TagClassName
{
border-color: #283404;
}
</style>