Shades of Turtle Green #274800
Tints of Turtle Green #274800
RGB
CMYK
RGB Variations
Color information
#274800 (or 0x274800) is known color: Turtle Green. HEX triplet: 27, 48 and 00. RGB value is (39,72,0). Sum of RGB (Red+Green+Blue) = 39+72+0=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #274800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274800 is #D8B7FF. Grayscale: #363636. Windows color (decimal): -14202880 or 18471. OLE color: 18471.
HSL color Cylindrical-coordinate representation of color #274800: hue angle of 87.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #274800 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 39 | 72 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.72 |
| HSL | 87.5º | 1% | 0.14% | - |
| HSV(B) | 87.5º | 1% | 0.28% | - |
| XYZ | 3.15 | 5.07 | 0.81 | - |
| YUV | 53.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 0 | 0.46 | 0 | 1 | 0.72 | 87.5 | 1 | 0.14 |
| Hex | 27 | 48 | 0 | 2E | 0 | 64 | 48 | 57 | 64 | E |
| Octal | 47 | 110 | 0 | 56 | 0 | 144 | 110 | 127 | 144 | 16 |
| Binary | 100111 | 1001000 | 0 | 101110 | 0 | 1100100 | 1001000 | 1010111 | 1100100 | 1110 |
Color Harmonies of #274800
Complementary color
Monochromatic Colors of #274800
Black with #274800
Text Example
Text Example
White with #274800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274800; }
p { color: rgb(39,72,0); }
H1.HeaderClassName
{
color: #274800;
}
.AnyTagClassName
{
color: #274800;
}
</style>
background-color css
<style>
a { background-color: #274800; }
a { background-color: rgb(39,72,0); }
div.DivClassName
{
background-color: #274800;
}
.BgClassName
{
background-color: #274800;
}
</style>
border-color css
<style>
span { border-color: #274800; }
span { border-color: rgb(39,72,0); }
td.TdClassName
{
border-color: #274800;
}
.TagClassName
{
border-color: #274800;
}
</style>