Shades of Turtle Green #275001
Tints of Turtle Green #275001
RGB
CMYK
RGB Variations
Color information
#275001 (or 0x275001) is known color: Turtle Green. HEX triplet: 27, 50 and 01. RGB value is (39,80,1). Sum of RGB (Red+Green+Blue) = 39+80+1=120 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.5% from 120); Green value is 80 (31.64% from 255 or 66.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 80 - color contains mainly: green. Hex color #275001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275001 is #D8AFFE. Grayscale: #3B3B3B. Windows color (decimal): -14200831 or 86055. OLE color: 86055.
HSL color Cylindrical-coordinate representation of color #275001: hue angle of 91.14º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #275001 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 80 | 1 | - |
| CMYK | 0.51 | 0 | 0.99 | 0.69 |
| HSL | 91.14º | 0.98% | 0.16% | - |
| HSV(B) | 91.14º | 0.99% | 0.31% | - |
| XYZ | 3.71 | 6.17 | 1.02 | - |
| YUV | 58.74 | 95.42 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 80 | 1 | 0.51 | 0 | 0.99 | 0.69 | 91.14 | 0.98 | 0.16 |
| Hex | 27 | 50 | 1 | 33 | 0 | 63 | 45 | 5B | 62 | 10 |
| Octal | 47 | 120 | 1 | 63 | 0 | 143 | 105 | 133 | 142 | 20 |
| Binary | 100111 | 1010000 | 1 | 110011 | 0 | 1100011 | 1000101 | 1011011 | 1100010 | 10000 |
Color Harmonies of #275001
Complementary color
Monochromatic Colors of #275001
Black with #275001
Text Example
Text Example
White with #275001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275001; }
p { color: rgb(39,80,1); }
H1.HeaderClassName
{
color: #275001;
}
.AnyTagClassName
{
color: #275001;
}
</style>
background-color css
<style>
a { background-color: #275001; }
a { background-color: rgb(39,80,1); }
div.DivClassName
{
background-color: #275001;
}
.BgClassName
{
background-color: #275001;
}
</style>
border-color css
<style>
span { border-color: #275001; }
span { border-color: rgb(39,80,1); }
td.TdClassName
{
border-color: #275001;
}
.TagClassName
{
border-color: #275001;
}
</style>