Shades of Turtle Green #28450C
Tints of Turtle Green #28450C
RGB
CMYK
RGB Variations
Color information
#28450C (or 0x28450C) is known color: Turtle Green. HEX triplet: 28, 45 and 0C. RGB value is (40,69,12). Sum of RGB (Red+Green+Blue) = 40+69+12=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #28450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28450C is #D7BAF3. Grayscale: #363636. Windows color (decimal): -14138100 or 804136. OLE color: 804136.
HSL color Cylindrical-coordinate representation of color #28450C: hue angle of 90.53º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28450C is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 12 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.73 |
| HSL | 90.53º | 0.7% | 0.16% | - |
| HSV(B) | 90.53º | 0.83% | 0.27% | - |
| XYZ | 3.07 | 4.73 | 1.1 | - |
| YUV | 53.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 12 | 0.42 | 0 | 0.83 | 0.73 | 90.53 | 0.7 | 0.16 |
| Hex | 28 | 45 | C | 2A | 0 | 53 | 49 | 5B | 46 | 10 |
| Octal | 50 | 105 | 14 | 52 | 0 | 123 | 111 | 133 | 106 | 20 |
| Binary | 101000 | 1000101 | 1100 | 101010 | 0 | 1010011 | 1001001 | 1011011 | 1000110 | 10000 |
Color Harmonies of #28450C
Complementary color
Monochromatic Colors of #28450C
Black with #28450C
Text Example
Text Example
White with #28450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28450C; }
p { color: rgb(40,69,12); }
H1.HeaderClassName
{
color: #28450C;
}
.AnyTagClassName
{
color: #28450C;
}
</style>
background-color css
<style>
a { background-color: #28450C; }
a { background-color: rgb(40,69,12); }
div.DivClassName
{
background-color: #28450C;
}
.BgClassName
{
background-color: #28450C;
}
</style>
border-color css
<style>
span { border-color: #28450C; }
span { border-color: rgb(40,69,12); }
td.TdClassName
{
border-color: #28450C;
}
.TagClassName
{
border-color: #28450C;
}
</style>