Shades of Turtle Green #283001
Tints of Turtle Green #283001
RGB
CMYK
RGB Variations
Color information
#283001 (or 0x283001) is known color: Turtle Green. HEX triplet: 28, 30 and 01. RGB value is (40,48,1). Sum of RGB (Red+Green+Blue) = 40+48+1=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #283001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283001 is #D7CFFE. Grayscale: #282828. Windows color (decimal): -14143487 or 77864. OLE color: 77864.
HSL color Cylindrical-coordinate representation of color #283001: hue angle of 70.21º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #283001 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 40 | 48 | 1 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.81 |
| HSL | 70.21º | 0.96% | 0.1% | - |
| HSV(B) | 70.21º | 0.98% | 0.19% | - |
| XYZ | 1.94 | 2.57 | 0.42 | - |
| YUV | 40.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 1 | 0.17 | 0 | 0.98 | 0.81 | 70.21 | 0.96 | 0.1 |
| Hex | 28 | 30 | 1 | 11 | 0 | 62 | 51 | 46 | 60 | A |
| Octal | 50 | 60 | 1 | 21 | 0 | 142 | 121 | 106 | 140 | 12 |
| Binary | 101000 | 110000 | 1 | 10001 | 0 | 1100010 | 1010001 | 1000110 | 1100000 | 1010 |
Color Harmonies of #283001
Complementary color
Monochromatic Colors of #283001
Black with #283001
Text Example
Text Example
White with #283001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283001; }
p { color: rgb(40,48,1); }
H1.HeaderClassName
{
color: #283001;
}
.AnyTagClassName
{
color: #283001;
}
</style>
background-color css
<style>
a { background-color: #283001; }
a { background-color: rgb(40,48,1); }
div.DivClassName
{
background-color: #283001;
}
.BgClassName
{
background-color: #283001;
}
</style>
border-color css
<style>
span { border-color: #283001; }
span { border-color: rgb(40,48,1); }
td.TdClassName
{
border-color: #283001;
}
.TagClassName
{
border-color: #283001;
}
</style>