Shades of Turtle Green #274D03
Tints of Turtle Green #274D03
RGB
CMYK
RGB Variations
Color information
#274D03 (or 0x274D03) is known color: Turtle Green. HEX triplet: 27, 4D and 03. RGB value is (39,77,3). Sum of RGB (Red+Green+Blue) = 39+77+3=119 (15% of max value = 765). Red value is 39 (15.62% from 255 or 32.77% from 119); Green value is 77 (30.47% from 255 or 64.71% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 77 - color contains mainly: green. Hex color #274D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D03 is #D8B2FC. Grayscale: #393939. Windows color (decimal): -14201597 or 216359. OLE color: 216359.
HSL color Cylindrical-coordinate representation of color #274D03: hue angle of 90.81º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #274D03 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 77 | 3 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.70 |
| HSL | 90.81º | 0.93% | 0.16% | - |
| HSV(B) | 90.81º | 0.96% | 0.3% | - |
| XYZ | 3.51 | 5.75 | 1.01 | - |
| YUV | 57.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 3 | 0.49 | 0 | 0.96 | 0.70 | 90.81 | 0.93 | 0.16 |
| Hex | 27 | 4D | 3 | 31 | 0 | 60 | 46 | 5B | 5C | 10 |
| Octal | 47 | 115 | 3 | 61 | 0 | 140 | 106 | 133 | 134 | 20 |
| Binary | 100111 | 1001101 | 11 | 110001 | 0 | 1100000 | 1000110 | 1011011 | 1011100 | 10000 |
Color Harmonies of #274D03
Complementary color
Monochromatic Colors of #274D03
Black with #274D03
Text Example
Text Example
White with #274D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274D03; }
p { color: rgb(39,77,3); }
H1.HeaderClassName
{
color: #274D03;
}
.AnyTagClassName
{
color: #274D03;
}
</style>
background-color css
<style>
a { background-color: #274D03; }
a { background-color: rgb(39,77,3); }
div.DivClassName
{
background-color: #274D03;
}
.BgClassName
{
background-color: #274D03;
}
</style>
border-color css
<style>
span { border-color: #274D03; }
span { border-color: rgb(39,77,3); }
td.TdClassName
{
border-color: #274D03;
}
.TagClassName
{
border-color: #274D03;
}
</style>