Shades of Turtle Green #28370A
Tints of Turtle Green #28370A
RGB
CMYK
RGB Variations
Color information
#28370A (or 0x28370A) is known color: Turtle Green. HEX triplet: 28, 37 and 0A. RGB value is (40,55,10). Sum of RGB (Red+Green+Blue) = 40+55+10=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #28370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370A is #D7C8F5. Grayscale: #2D2D2D. Windows color (decimal): -14141686 or 669480. OLE color: 669480.
HSL color Cylindrical-coordinate representation of color #28370A: hue angle of 80º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28370A is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 10 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.78 |
| HSL | 80º | 0.69% | 0.13% | - |
| HSV(B) | 80º | 0.82% | 0.22% | - |
| XYZ | 2.3 | 3.21 | 0.78 | - |
| YUV | 45.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 10 | 0.27 | 0 | 0.82 | 0.78 | 80 | 0.69 | 0.13 |
| Hex | 28 | 37 | A | 1B | 0 | 52 | 4E | 50 | 45 | D |
| Octal | 50 | 67 | 12 | 33 | 0 | 122 | 116 | 120 | 105 | 15 |
| Binary | 101000 | 110111 | 1010 | 11011 | 0 | 1010010 | 1001110 | 1010000 | 1000101 | 1101 |
Color Harmonies of #28370A
Complementary color
Monochromatic Colors of #28370A
Black with #28370A
Text Example
Text Example
White with #28370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28370A; }
p { color: rgb(40,55,10); }
H1.HeaderClassName
{
color: #28370A;
}
.AnyTagClassName
{
color: #28370A;
}
</style>
background-color css
<style>
a { background-color: #28370A; }
a { background-color: rgb(40,55,10); }
div.DivClassName
{
background-color: #28370A;
}
.BgClassName
{
background-color: #28370A;
}
</style>
border-color css
<style>
span { border-color: #28370A; }
span { border-color: rgb(40,55,10); }
td.TdClassName
{
border-color: #28370A;
}
.TagClassName
{
border-color: #28370A;
}
</style>