Shades of Turtle Green #305203
Tints of Turtle Green #305203
RGB
CMYK
RGB Variations
Color information
#305203 (or 0x305203) is known color: Turtle Green. HEX triplet: 30, 52 and 03. RGB value is (48,82,3). Sum of RGB (Red+Green+Blue) = 48+82+3=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 82 (32.42% from 255 or 61.65% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 82 - color contains mainly: green. Hex color #305203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305203 is #CFADFC. Grayscale: #3F3F3F. Windows color (decimal): -13610493 or 217648. OLE color: 217648.
HSL color Cylindrical-coordinate representation of color #305203: hue angle of 85.82º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #305203 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 48 | 82 | 3 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.68 |
| HSL | 85.82º | 0.93% | 0.17% | - |
| HSV(B) | 85.82º | 0.96% | 0.32% | - |
| XYZ | 4.25 | 6.67 | 1.15 | - |
| YUV | 62.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 3 | 0.41 | 0 | 0.96 | 0.68 | 85.82 | 0.93 | 0.17 |
| Hex | 30 | 52 | 3 | 29 | 0 | 60 | 44 | 56 | 5D | 11 |
| Octal | 60 | 122 | 3 | 51 | 0 | 140 | 104 | 126 | 135 | 21 |
| Binary | 110000 | 1010010 | 11 | 101001 | 0 | 1100000 | 1000100 | 1010110 | 1011101 | 10001 |
Color Harmonies of #305203
Complementary color
Monochromatic Colors of #305203
Black with #305203
Text Example
Text Example
White with #305203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305203; }
p { color: rgb(48,82,3); }
H1.HeaderClassName
{
color: #305203;
}
.AnyTagClassName
{
color: #305203;
}
</style>
background-color css
<style>
a { background-color: #305203; }
a { background-color: rgb(48,82,3); }
div.DivClassName
{
background-color: #305203;
}
.BgClassName
{
background-color: #305203;
}
</style>
border-color css
<style>
span { border-color: #305203; }
span { border-color: rgb(48,82,3); }
td.TdClassName
{
border-color: #305203;
}
.TagClassName
{
border-color: #305203;
}
</style>