Shades of Turtle Green #285304
Tints of Turtle Green #285304
RGB
CMYK
RGB Variations
Color information
#285304 (or 0x285304) is known color: Turtle Green. HEX triplet: 28, 53 and 04. RGB value is (40,83,4). Sum of RGB (Red+Green+Blue) = 40+83+4=127 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.50% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #285304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #285304 is #D7ACFB. Grayscale: #3D3D3D. Windows color (decimal): -14134524 or 283432. OLE color: 283432.
HSL color Cylindrical-coordinate representation of color #285304: hue angle of 92.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #285304 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 83 | 4 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.67 |
| HSL | 92.66º | 0.91% | 0.17% | - |
| HSV(B) | 92.66º | 0.95% | 0.33% | - |
| XYZ | 3.99 | 6.65 | 1.19 | - |
| YUV | 61.14 | 95.75 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 4 | 0.52 | 0 | 0.95 | 0.67 | 92.66 | 0.91 | 0.17 |
| Hex | 28 | 53 | 4 | 34 | 0 | 5F | 43 | 5D | 5B | 11 |
| Octal | 50 | 123 | 4 | 64 | 0 | 137 | 103 | 135 | 133 | 21 |
| Binary | 101000 | 1010011 | 100 | 110100 | 0 | 1011111 | 1000011 | 1011101 | 1011011 | 10001 |
Color Harmonies of #285304
Complementary color
Monochromatic Colors of #285304
Black with #285304
Text Example
Text Example
White with #285304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285304; }
p { color: rgb(40,83,4); }
H1.HeaderClassName
{
color: #285304;
}
.AnyTagClassName
{
color: #285304;
}
</style>
background-color css
<style>
a { background-color: #285304; }
a { background-color: rgb(40,83,4); }
div.DivClassName
{
background-color: #285304;
}
.BgClassName
{
background-color: #285304;
}
</style>
border-color css
<style>
span { border-color: #285304; }
span { border-color: rgb(40,83,4); }
td.TdClassName
{
border-color: #285304;
}
.TagClassName
{
border-color: #285304;
}
</style>