Shades of Turtle Green #30350F
Tints of Turtle Green #30350F
RGB
CMYK
RGB Variations
Color information
#30350F (or 0x30350F) is known color: Turtle Green. HEX triplet: 30, 35 and 0F. RGB value is (48,53,15). Sum of RGB (Red+Green+Blue) = 48+53+15=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 53 - color contains mainly: green. Hex color #30350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350F is #CFCAF0. Grayscale: #2F2F2F. Windows color (decimal): -13617905 or 996656. OLE color: 996656.
HSL color Cylindrical-coordinate representation of color #30350F: hue angle of 67.89º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30350F is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 48 | 53 | 15 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.79 |
| HSL | 67.89º | 0.56% | 0.13% | - |
| HSV(B) | 67.89º | 0.72% | 0.21% | - |
| XYZ | 2.58 | 3.21 | 0.94 | - |
| YUV | 47.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 15 | 0.09 | 0 | 0.72 | 0.79 | 67.89 | 0.56 | 0.13 |
| Hex | 30 | 35 | F | 9 | 0 | 48 | 4F | 44 | 38 | D |
| Octal | 60 | 65 | 17 | 11 | 0 | 110 | 117 | 104 | 70 | 15 |
| Binary | 110000 | 110101 | 1111 | 1001 | 0 | 1001000 | 1001111 | 1000100 | 111000 | 1101 |
Color Harmonies of #30350F
Complementary color
Monochromatic Colors of #30350F
Black with #30350F
Text Example
Text Example
White with #30350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30350F; }
p { color: rgb(48,53,15); }
H1.HeaderClassName
{
color: #30350F;
}
.AnyTagClassName
{
color: #30350F;
}
</style>
background-color css
<style>
a { background-color: #30350F; }
a { background-color: rgb(48,53,15); }
div.DivClassName
{
background-color: #30350F;
}
.BgClassName
{
background-color: #30350F;
}
</style>
border-color css
<style>
span { border-color: #30350F; }
span { border-color: rgb(48,53,15); }
td.TdClassName
{
border-color: #30350F;
}
.TagClassName
{
border-color: #30350F;
}
</style>