Shades of Turtle Green #27300B
Tints of Turtle Green #27300B
RGB
CMYK
RGB Variations
Color information
#27300B (or 0x27300B) is known color: Turtle Green. HEX triplet: 27, 30 and 0B. RGB value is (39,48,11). Sum of RGB (Red+Green+Blue) = 39+48+11=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #27300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300B is #D8CFF4. Grayscale: #292929. Windows color (decimal): -14209013 or 733223. OLE color: 733223.
HSL color Cylindrical-coordinate representation of color #27300B: hue angle of 74.59º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27300B is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 11 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.81 |
| HSL | 74.59º | 0.63% | 0.12% | - |
| HSV(B) | 74.59º | 0.77% | 0.19% | - |
| XYZ | 1.95 | 2.57 | 0.71 | - |
| YUV | 41.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 11 | 0.19 | 0 | 0.77 | 0.81 | 74.59 | 0.63 | 0.12 |
| Hex | 27 | 30 | B | 13 | 0 | 4D | 51 | 4B | 3F | C |
| Octal | 47 | 60 | 13 | 23 | 0 | 115 | 121 | 113 | 77 | 14 |
| Binary | 100111 | 110000 | 1011 | 10011 | 0 | 1001101 | 1010001 | 1001011 | 111111 | 1100 |
Color Harmonies of #27300B
Complementary color
Monochromatic Colors of #27300B
Black with #27300B
Text Example
Text Example
White with #27300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27300B; }
p { color: rgb(39,48,11); }
H1.HeaderClassName
{
color: #27300B;
}
.AnyTagClassName
{
color: #27300B;
}
</style>
background-color css
<style>
a { background-color: #27300B; }
a { background-color: rgb(39,48,11); }
div.DivClassName
{
background-color: #27300B;
}
.BgClassName
{
background-color: #27300B;
}
</style>
border-color css
<style>
span { border-color: #27300B; }
span { border-color: rgb(39,48,11); }
td.TdClassName
{
border-color: #27300B;
}
.TagClassName
{
border-color: #27300B;
}
</style>