Shades of Turtle Green #283C01
Tints of Turtle Green #283C01
RGB
CMYK
RGB Variations
Color information
#283C01 (or 0x283C01) is known color: Turtle Green. HEX triplet: 28, 3C and 01. RGB value is (40,60,1). Sum of RGB (Red+Green+Blue) = 40+60+1=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 60 (23.83% from 255 or 59.41% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 60 - color contains mainly: green. Hex color #283C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283C01 is #D7C3FE. Grayscale: #2F2F2F. Windows color (decimal): -14140415 or 80936. OLE color: 80936.
HSL color Cylindrical-coordinate representation of color #283C01: hue angle of 80.34º 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 #283C01 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 1 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.76 |
| HSL | 80.34º | 0.97% | 0.12% | - |
| HSV(B) | 80.34º | 0.98% | 0.24% | - |
| XYZ | 2.5 | 3.69 | 0.61 | - |
| YUV | 47.29 | 101.87 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 1 | 0.33 | 0 | 0.98 | 0.76 | 80.34 | 0.97 | 0.12 |
| Hex | 28 | 3C | 1 | 21 | 0 | 62 | 4C | 50 | 61 | C |
| Octal | 50 | 74 | 1 | 41 | 0 | 142 | 114 | 120 | 141 | 14 |
| Binary | 101000 | 111100 | 1 | 100001 | 0 | 1100010 | 1001100 | 1010000 | 1100001 | 1100 |
Color Harmonies of #283C01
Complementary color
Monochromatic Colors of #283C01
Black with #283C01
Text Example
Text Example
White with #283C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C01; }
p { color: rgb(40,60,1); }
H1.HeaderClassName
{
color: #283C01;
}
.AnyTagClassName
{
color: #283C01;
}
</style>
background-color css
<style>
a { background-color: #283C01; }
a { background-color: rgb(40,60,1); }
div.DivClassName
{
background-color: #283C01;
}
.BgClassName
{
background-color: #283C01;
}
</style>
border-color css
<style>
span { border-color: #283C01; }
span { border-color: rgb(40,60,1); }
td.TdClassName
{
border-color: #283C01;
}
.TagClassName
{
border-color: #283C01;
}
</style>