Shades of Green Kelp #393B2F
Tints of Green Kelp #393B2F
RGB
CMYK
RGB Variations
Color information
#393B2F (or 0x393B2F) is known color: Green Kelp. HEX triplet: 39, 3B and 2F. RGB value is (57,59,47). Sum of RGB (Red+Green+Blue) = 57+59+47=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 59 - color contains mainly: green. Hex color #393B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393B2F is #C6C4D0. Grayscale: #393939. Windows color (decimal): -13026513 or 3095353. OLE color: 3095353.
HSL color Cylindrical-coordinate representation of color #393B2F: hue angle of 70º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #393B2F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 59 | 47 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.77 |
| HSL | 70º | 0.11% | 0.21% | - |
| HSV(B) | 70º | 0.2% | 0.23% | - |
| XYZ | 3.76 | 4.2 | 3.3 | - |
| YUV | 57.03 | 122.34 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 47 | 0.03 | 0 | 0.20 | 0.77 | 70 | 0.11 | 0.21 |
| Hex | 39 | 3B | 2F | 3 | 0 | 14 | 4D | 46 | B | 15 |
| Octal | 71 | 73 | 57 | 3 | 0 | 24 | 115 | 106 | 13 | 25 |
| Binary | 111001 | 111011 | 101111 | 11 | 0 | 10100 | 1001101 | 1000110 | 1011 | 10101 |
Color Harmonies of #393B2F
Complementary color
Monochromatic Colors of #393B2F
Black with #393B2F
Text Example
Text Example
White with #393B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B2F; }
p { color: rgb(57,59,47); }
H1.HeaderClassName
{
color: #393B2F;
}
.AnyTagClassName
{
color: #393B2F;
}
</style>
background-color css
<style>
a { background-color: #393B2F; }
a { background-color: rgb(57,59,47); }
div.DivClassName
{
background-color: #393B2F;
}
.BgClassName
{
background-color: #393B2F;
}
</style>
border-color css
<style>
span { border-color: #393B2F; }
span { border-color: rgb(57,59,47); }
td.TdClassName
{
border-color: #393B2F;
}
.TagClassName
{
border-color: #393B2F;
}
</style>