Shades of Turtle Green #27300A
Tints of Turtle Green #27300A
RGB
CMYK
RGB Variations
Color information
#27300A (or 0x27300A) is known color: Turtle Green. HEX triplet: 27, 30 and 0A. RGB value is (39,48,10). Sum of RGB (Red+Green+Blue) = 39+48+10=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #27300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27300A is #D8CFF5. Grayscale: #292929. Windows color (decimal): -14209014 or 667687. OLE color: 667687.
HSL color Cylindrical-coordinate representation of color #27300A: hue angle of 74.21º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27300A is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 39 | 48 | 10 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.81 |
| HSL | 74.21º | 0.66% | 0.11% | - |
| HSV(B) | 74.21º | 0.79% | 0.19% | - |
| XYZ | 1.95 | 2.57 | 0.68 | - |
| YUV | 40.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 10 | 0.19 | 0 | 0.79 | 0.81 | 74.21 | 0.66 | 0.11 |
| Hex | 27 | 30 | A | 13 | 0 | 4F | 51 | 4A | 42 | B |
| Octal | 47 | 60 | 12 | 23 | 0 | 117 | 121 | 112 | 102 | 13 |
| Binary | 100111 | 110000 | 1010 | 10011 | 0 | 1001111 | 1010001 | 1001010 | 1000010 | 1011 |
Color Harmonies of #27300A
Complementary color
Monochromatic Colors of #27300A
Black with #27300A
Text Example
Text Example
White with #27300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27300A; }
p { color: rgb(39,48,10); }
H1.HeaderClassName
{
color: #27300A;
}
.AnyTagClassName
{
color: #27300A;
}
</style>
background-color css
<style>
a { background-color: #27300A; }
a { background-color: rgb(39,48,10); }
div.DivClassName
{
background-color: #27300A;
}
.BgClassName
{
background-color: #27300A;
}
</style>
border-color css
<style>
span { border-color: #27300A; }
span { border-color: rgb(39,48,10); }
td.TdClassName
{
border-color: #27300A;
}
.TagClassName
{
border-color: #27300A;
}
</style>