Shades of Turtle Green #30530C
Tints of Turtle Green #30530C
RGB
CMYK
RGB Variations
Color information
#30530C (or 0x30530C) is known color: Turtle Green. HEX triplet: 30, 53 and 0C. RGB value is (48,83,12). Sum of RGB (Red+Green+Blue) = 48+83+12=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 83 (32.81% from 255 or 58.04% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 83 - color contains mainly: green. Hex color #30530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30530C is #CFACF3. Grayscale: #404040. Windows color (decimal): -13610228 or 807728. OLE color: 807728.
HSL color Cylindrical-coordinate representation of color #30530C: hue angle of 89.58º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30530C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 12 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.67 |
| HSL | 89.58º | 0.75% | 0.19% | - |
| HSV(B) | 89.58º | 0.86% | 0.33% | - |
| XYZ | 4.38 | 6.84 | 1.44 | - |
| YUV | 64.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 12 | 0.42 | 0 | 0.86 | 0.67 | 89.58 | 0.75 | 0.19 |
| Hex | 30 | 53 | C | 2A | 0 | 56 | 43 | 5A | 4B | 13 |
| Octal | 60 | 123 | 14 | 52 | 0 | 126 | 103 | 132 | 113 | 23 |
| Binary | 110000 | 1010011 | 1100 | 101010 | 0 | 1010110 | 1000011 | 1011010 | 1001011 | 10011 |
Color Harmonies of #30530C
Complementary color
Monochromatic Colors of #30530C
Black with #30530C
Text Example
Text Example
White with #30530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30530C; }
p { color: rgb(48,83,12); }
H1.HeaderClassName
{
color: #30530C;
}
.AnyTagClassName
{
color: #30530C;
}
</style>
background-color css
<style>
a { background-color: #30530C; }
a { background-color: rgb(48,83,12); }
div.DivClassName
{
background-color: #30530C;
}
.BgClassName
{
background-color: #30530C;
}
</style>
border-color css
<style>
span { border-color: #30530C; }
span { border-color: rgb(48,83,12); }
td.TdClassName
{
border-color: #30530C;
}
.TagClassName
{
border-color: #30530C;
}
</style>