Shades of Turtle Green #275102
Tints of Turtle Green #275102
RGB
CMYK
RGB Variations
Color information
#275102 (or 0x275102) is known color: Turtle Green. HEX triplet: 27, 51 and 02. RGB value is (39,81,2). Sum of RGB (Red+Green+Blue) = 39+81+2=122 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.97% from 122); Green value is 81 (32.03% from 255 or 66.39% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 81 - color contains mainly: green. Hex color #275102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275102 is #D8AEFD. Grayscale: #3B3B3B. Windows color (decimal): -14200574 or 151847. OLE color: 151847.
HSL color Cylindrical-coordinate representation of color #275102: hue angle of 91.9º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #275102 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 2 | - |
| CMYK | 0.52 | 0 | 0.98 | 0.68 |
| HSL | 91.9º | 0.95% | 0.16% | - |
| HSV(B) | 91.9º | 0.98% | 0.32% | - |
| XYZ | 3.79 | 6.32 | 1.08 | - |
| YUV | 59.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 2 | 0.52 | 0 | 0.98 | 0.68 | 91.9 | 0.95 | 0.16 |
| Hex | 27 | 51 | 2 | 34 | 0 | 62 | 44 | 5C | 5F | 10 |
| Octal | 47 | 121 | 2 | 64 | 0 | 142 | 104 | 134 | 137 | 20 |
| Binary | 100111 | 1010001 | 10 | 110100 | 0 | 1100010 | 1000100 | 1011100 | 1011111 | 10000 |
Color Harmonies of #275102
Complementary color
Monochromatic Colors of #275102
Black with #275102
Text Example
Text Example
White with #275102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275102; }
p { color: rgb(39,81,2); }
H1.HeaderClassName
{
color: #275102;
}
.AnyTagClassName
{
color: #275102;
}
</style>
background-color css
<style>
a { background-color: #275102; }
a { background-color: rgb(39,81,2); }
div.DivClassName
{
background-color: #275102;
}
.BgClassName
{
background-color: #275102;
}
</style>
border-color css
<style>
span { border-color: #275102; }
span { border-color: rgb(39,81,2); }
td.TdClassName
{
border-color: #275102;
}
.TagClassName
{
border-color: #275102;
}
</style>