Shades of Turtle Green #28370B
Tints of Turtle Green #28370B
RGB
CMYK
RGB Variations
Color information
#28370B (or 0x28370B) is known color: Turtle Green. HEX triplet: 28, 37 and 0B. RGB value is (40,55,11). Sum of RGB (Red+Green+Blue) = 40+55+11=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #28370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28370B is #D7C8F4. Grayscale: #2D2D2D. Windows color (decimal): -14141685 or 735016. OLE color: 735016.
HSL color Cylindrical-coordinate representation of color #28370B: hue angle of 80.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28370B is Cyan = 0.27, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 11 | - |
| CMYK | 0.27 | 0 | 0.8 | 0.78 |
| HSL | 80.45º | 0.67% | 0.13% | - |
| HSV(B) | 80.45º | 0.8% | 0.22% | - |
| XYZ | 2.3 | 3.21 | 0.81 | - |
| YUV | 45.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 11 | 0.27 | 0 | 0.8 | 0.78 | 80.45 | 0.67 | 0.13 |
| Hex | 28 | 37 | B | 1B | 0 | 50 | 4E | 50 | 43 | D |
| Octal | 50 | 67 | 13 | 33 | 0 | 120 | 116 | 120 | 103 | 15 |
| Binary | 101000 | 110111 | 1011 | 11011 | 0 | 1010000 | 1001110 | 1010000 | 1000011 | 1101 |
Color Harmonies of #28370B
Complementary color
Monochromatic Colors of #28370B
Black with #28370B
Text Example
Text Example
White with #28370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28370B; }
p { color: rgb(40,55,11); }
H1.HeaderClassName
{
color: #28370B;
}
.AnyTagClassName
{
color: #28370B;
}
</style>
background-color css
<style>
a { background-color: #28370B; }
a { background-color: rgb(40,55,11); }
div.DivClassName
{
background-color: #28370B;
}
.BgClassName
{
background-color: #28370B;
}
</style>
border-color css
<style>
span { border-color: #28370B; }
span { border-color: rgb(40,55,11); }
td.TdClassName
{
border-color: #28370B;
}
.TagClassName
{
border-color: #28370B;
}
</style>