Shades of Turtle Green #274802
Tints of Turtle Green #274802
RGB
CMYK
RGB Variations
Color information
#274802 (or 0x274802) is known color: Turtle Green. HEX triplet: 27, 48 and 02. RGB value is (39,72,2). Sum of RGB (Red+Green+Blue) = 39+72+2=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 72 (28.52% from 255 or 63.72% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 72 - color contains mainly: green. Hex color #274802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274802 is #D8B7FD. Grayscale: #363636. Windows color (decimal): -14202878 or 149543. OLE color: 149543.
HSL color Cylindrical-coordinate representation of color #274802: hue angle of 88.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #274802 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 2 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.72 |
| HSL | 88.29º | 0.95% | 0.15% | - |
| HSV(B) | 88.29º | 0.97% | 0.28% | - |
| XYZ | 3.17 | 5.07 | 0.87 | - |
| YUV | 54.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 2 | 0.46 | 0 | 0.97 | 0.72 | 88.29 | 0.95 | 0.15 |
| Hex | 27 | 48 | 2 | 2E | 0 | 61 | 48 | 58 | 5F | F |
| Octal | 47 | 110 | 2 | 56 | 0 | 141 | 110 | 130 | 137 | 17 |
| Binary | 100111 | 1001000 | 10 | 101110 | 0 | 1100001 | 1001000 | 1011000 | 1011111 | 1111 |
Color Harmonies of #274802
Complementary color
Monochromatic Colors of #274802
Black with #274802
Text Example
Text Example
White with #274802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274802; }
p { color: rgb(39,72,2); }
H1.HeaderClassName
{
color: #274802;
}
.AnyTagClassName
{
color: #274802;
}
</style>
background-color css
<style>
a { background-color: #274802; }
a { background-color: rgb(39,72,2); }
div.DivClassName
{
background-color: #274802;
}
.BgClassName
{
background-color: #274802;
}
</style>
border-color css
<style>
span { border-color: #274802; }
span { border-color: rgb(39,72,2); }
td.TdClassName
{
border-color: #274802;
}
.TagClassName
{
border-color: #274802;
}
</style>