Shades of Turtle Green #283402
Tints of Turtle Green #283402
RGB
CMYK
RGB Variations
Color information
#283402 (or 0x283402) is known color: Turtle Green. HEX triplet: 28, 34 and 02. RGB value is (40,52,2). Sum of RGB (Red+Green+Blue) = 40+52+2=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #283402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #283402 is #D7CBFD. Grayscale: #2A2A2A. Windows color (decimal): -14142462 or 144424. OLE color: 144424.
HSL color Cylindrical-coordinate representation of color #283402: hue angle of 74.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #283402 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 2 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.80 |
| HSL | 74.4º | 0.93% | 0.11% | - |
| HSV(B) | 74.4º | 0.96% | 0.2% | - |
| XYZ | 2.11 | 2.91 | 0.51 | - |
| YUV | 42.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 2 | 0.23 | 0 | 0.96 | 0.80 | 74.4 | 0.93 | 0.11 |
| Hex | 28 | 34 | 2 | 17 | 0 | 60 | 50 | 4A | 5D | B |
| Octal | 50 | 64 | 2 | 27 | 0 | 140 | 120 | 112 | 135 | 13 |
| Binary | 101000 | 110100 | 10 | 10111 | 0 | 1100000 | 1010000 | 1001010 | 1011101 | 1011 |
Color Harmonies of #283402
Complementary color
Monochromatic Colors of #283402
Black with #283402
Text Example
Text Example
White with #283402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283402; }
p { color: rgb(40,52,2); }
H1.HeaderClassName
{
color: #283402;
}
.AnyTagClassName
{
color: #283402;
}
</style>
background-color css
<style>
a { background-color: #283402; }
a { background-color: rgb(40,52,2); }
div.DivClassName
{
background-color: #283402;
}
.BgClassName
{
background-color: #283402;
}
</style>
border-color css
<style>
span { border-color: #283402; }
span { border-color: rgb(40,52,2); }
td.TdClassName
{
border-color: #283402;
}
.TagClassName
{
border-color: #283402;
}
</style>