Shades of Turtle Green #284103
Tints of Turtle Green #284103
RGB
CMYK
RGB Variations
Color information
#284103 (or 0x284103) is known color: Turtle Green. HEX triplet: 28, 41 and 03. RGB value is (40,65,3). Sum of RGB (Red+Green+Blue) = 40+65+3=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 65 (25.78% from 255 or 60.19% from 108); Blue value is 3 (1.56% from 255 or 2.78% from 108); Max value from RGB is 65 - color contains mainly: green. Hex color #284103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #284103 is #D7BEFC. Grayscale: #323232. Windows color (decimal): -14139133 or 213288. OLE color: 213288.
HSL color Cylindrical-coordinate representation of color #284103: hue angle of 84.19º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #284103 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 65 | 3 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.75 |
| HSL | 84.19º | 0.91% | 0.13% | - |
| HSV(B) | 84.19º | 0.95% | 0.25% | - |
| XYZ | 2.78 | 4.24 | 0.76 | - |
| YUV | 50.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 65 | 3 | 0.38 | 0 | 0.95 | 0.75 | 84.19 | 0.91 | 0.13 |
| Hex | 28 | 41 | 3 | 26 | 0 | 5F | 4B | 54 | 5B | D |
| Octal | 50 | 101 | 3 | 46 | 0 | 137 | 113 | 124 | 133 | 15 |
| Binary | 101000 | 1000001 | 11 | 100110 | 0 | 1011111 | 1001011 | 1010100 | 1011011 | 1101 |
Color Harmonies of #284103
Complementary color
Monochromatic Colors of #284103
Black with #284103
Text Example
Text Example
White with #284103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284103; }
p { color: rgb(40,65,3); }
H1.HeaderClassName
{
color: #284103;
}
.AnyTagClassName
{
color: #284103;
}
</style>
background-color css
<style>
a { background-color: #284103; }
a { background-color: rgb(40,65,3); }
div.DivClassName
{
background-color: #284103;
}
.BgClassName
{
background-color: #284103;
}
</style>
border-color css
<style>
span { border-color: #284103; }
span { border-color: rgb(40,65,3); }
td.TdClassName
{
border-color: #284103;
}
.TagClassName
{
border-color: #284103;
}
</style>