Shades of Turtle Green #273702
Tints of Turtle Green #273702
RGB
CMYK
RGB Variations
Color information
#273702 (or 0x273702) is known color: Turtle Green. HEX triplet: 27, 37 and 02. RGB value is (39,55,2). Sum of RGB (Red+Green+Blue) = 39+55+2=96 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.62% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #273702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273702 is #D8C8FD. Grayscale: #2C2C2C. Windows color (decimal): -14207230 or 145191. OLE color: 145191.
HSL color Cylindrical-coordinate representation of color #273702: hue angle of 78.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #273702 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 55 | 2 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.78 |
| HSL | 78.11º | 0.93% | 0.11% | - |
| HSV(B) | 78.11º | 0.96% | 0.22% | - |
| XYZ | 2.21 | 3.17 | 0.55 | - |
| YUV | 44.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 55 | 2 | 0.29 | 0 | 0.96 | 0.78 | 78.11 | 0.93 | 0.11 |
| Hex | 27 | 37 | 2 | 1D | 0 | 60 | 4E | 4E | 5D | B |
| Octal | 47 | 67 | 2 | 35 | 0 | 140 | 116 | 116 | 135 | 13 |
| Binary | 100111 | 110111 | 10 | 11101 | 0 | 1100000 | 1001110 | 1001110 | 1011101 | 1011 |
Color Harmonies of #273702
Complementary color
Monochromatic Colors of #273702
Black with #273702
Text Example
Text Example
White with #273702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273702; }
p { color: rgb(39,55,2); }
H1.HeaderClassName
{
color: #273702;
}
.AnyTagClassName
{
color: #273702;
}
</style>
background-color css
<style>
a { background-color: #273702; }
a { background-color: rgb(39,55,2); }
div.DivClassName
{
background-color: #273702;
}
.BgClassName
{
background-color: #273702;
}
</style>
border-color css
<style>
span { border-color: #273702; }
span { border-color: rgb(39,55,2); }
td.TdClassName
{
border-color: #273702;
}
.TagClassName
{
border-color: #273702;
}
</style>