Shades of Green Kelp #33342F
Tints of Green Kelp #33342F
RGB
CMYK
RGB Variations
Color information
#33342F (or 0x33342F) is known color: Green Kelp. HEX triplet: 33, 34 and 2F. RGB value is (51,52,47). Sum of RGB (Red+Green+Blue) = 51+52+47=150 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 52 - color contains mainly: green. Hex color #33342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33342F is #CCCBD0. Grayscale: #333333. Windows color (decimal): -13421521 or 3093555. OLE color: 3093555.
HSL color Cylindrical-coordinate representation of color #33342F: hue angle of 72º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #33342F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 51 | 52 | 47 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.80 |
| HSL | 72º | 0.05% | 0.19% | - |
| HSV(B) | 72º | 0.1% | 0.2% | - |
| XYZ | 3.11 | 3.37 | 3.18 | - |
| YUV | 51.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 47 | 0.02 | 0 | 0.10 | 0.80 | 72 | 0.05 | 0.19 |
| Hex | 33 | 34 | 2F | 2 | 0 | A | 50 | 48 | 5 | 13 |
| Octal | 63 | 64 | 57 | 2 | 0 | 12 | 120 | 110 | 5 | 23 |
| Binary | 110011 | 110100 | 101111 | 10 | 0 | 1010 | 1010000 | 1001000 | 101 | 10011 |
Color Harmonies of #33342F
Complementary color
Monochromatic Colors of #33342F
Black with #33342F
Text Example
Text Example
White with #33342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33342F; }
p { color: rgb(51,52,47); }
H1.HeaderClassName
{
color: #33342F;
}
.AnyTagClassName
{
color: #33342F;
}
</style>
background-color css
<style>
a { background-color: #33342F; }
a { background-color: rgb(51,52,47); }
div.DivClassName
{
background-color: #33342F;
}
.BgClassName
{
background-color: #33342F;
}
</style>
border-color css
<style>
span { border-color: #33342F; }
span { border-color: rgb(51,52,47); }
td.TdClassName
{
border-color: #33342F;
}
.TagClassName
{
border-color: #33342F;
}
</style>