Shades of Green Kelp #383A2F
Tints of Green Kelp #383A2F
RGB
CMYK
RGB Variations
Color information
#383A2F (or 0x383A2F) is known color: Green Kelp. HEX triplet: 38, 3A and 2F. RGB value is (56,58,47). Sum of RGB (Red+Green+Blue) = 56+58+47=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 58 - color contains mainly: green. Hex color #383A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A2F is #C7C5D0. Grayscale: #383838. Windows color (decimal): -13092305 or 3095096. OLE color: 3095096.
HSL color Cylindrical-coordinate representation of color #383A2F: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #383A2F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 58 | 47 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.77 |
| HSL | 70.91º | 0.1% | 0.21% | - |
| HSV(B) | 70.91º | 0.19% | 0.23% | - |
| XYZ | 3.66 | 4.07 | 3.28 | - |
| YUV | 56.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 47 | 0.03 | 0 | 0.19 | 0.77 | 70.91 | 0.1 | 0.21 |
| Hex | 38 | 3A | 2F | 3 | 0 | 13 | 4D | 47 | A | 15 |
| Octal | 70 | 72 | 57 | 3 | 0 | 23 | 115 | 107 | 12 | 25 |
| Binary | 111000 | 111010 | 101111 | 11 | 0 | 10011 | 1001101 | 1000111 | 1010 | 10101 |
Color Harmonies of #383A2F
Complementary color
Monochromatic Colors of #383A2F
Black with #383A2F
Text Example
Text Example
White with #383A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A2F; }
p { color: rgb(56,58,47); }
H1.HeaderClassName
{
color: #383A2F;
}
.AnyTagClassName
{
color: #383A2F;
}
</style>
background-color css
<style>
a { background-color: #383A2F; }
a { background-color: rgb(56,58,47); }
div.DivClassName
{
background-color: #383A2F;
}
.BgClassName
{
background-color: #383A2F;
}
</style>
border-color css
<style>
span { border-color: #383A2F; }
span { border-color: rgb(56,58,47); }
td.TdClassName
{
border-color: #383A2F;
}
.TagClassName
{
border-color: #383A2F;
}
</style>