Shades of Turtle Green #273D01
Tints of Turtle Green #273D01
RGB
CMYK
RGB Variations
Color information
#273D01 (or 0x273D01) is known color: Turtle Green. HEX triplet: 27, 3D and 01. RGB value is (39,61,1). Sum of RGB (Red+Green+Blue) = 39+61+1=101 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.61% from 101); Green value is 61 (24.22% from 255 or 60.40% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 61 - color contains mainly: green. Hex color #273D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273D01 is #D8C2FE. Grayscale: #2F2F2F. Windows color (decimal): -14205695 or 81191. OLE color: 81191.
HSL color Cylindrical-coordinate representation of color #273D01: hue angle of 82º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #273D01 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 61 | 1 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.76 |
| HSL | 82º | 0.97% | 0.12% | - |
| HSV(B) | 82º | 0.98% | 0.24% | - |
| XYZ | 2.51 | 3.77 | 0.62 | - |
| YUV | 47.58 | 101.71 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 1 | 0.36 | 0 | 0.98 | 0.76 | 82 | 0.97 | 0.12 |
| Hex | 27 | 3D | 1 | 24 | 0 | 62 | 4C | 52 | 61 | C |
| Octal | 47 | 75 | 1 | 44 | 0 | 142 | 114 | 122 | 141 | 14 |
| Binary | 100111 | 111101 | 1 | 100100 | 0 | 1100010 | 1001100 | 1010010 | 1100001 | 1100 |
Color Harmonies of #273D01
Complementary color
Monochromatic Colors of #273D01
Black with #273D01
Text Example
Text Example
White with #273D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273D01; }
p { color: rgb(39,61,1); }
H1.HeaderClassName
{
color: #273D01;
}
.AnyTagClassName
{
color: #273D01;
}
</style>
background-color css
<style>
a { background-color: #273D01; }
a { background-color: rgb(39,61,1); }
div.DivClassName
{
background-color: #273D01;
}
.BgClassName
{
background-color: #273D01;
}
</style>
border-color css
<style>
span { border-color: #273D01; }
span { border-color: rgb(39,61,1); }
td.TdClassName
{
border-color: #273D01;
}
.TagClassName
{
border-color: #273D01;
}
</style>