Shades of Green Kelp #383B2E
Tints of Green Kelp #383B2E
RGB
CMYK
RGB Variations
Color information
#383B2E (or 0x383B2E) is known color: Green Kelp. HEX triplet: 38, 3B and 2E. RGB value is (56,59,46). Sum of RGB (Red+Green+Blue) = 56+59+46=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 59 - color contains mainly: green. Hex color #383B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383B2E is #C7C4D1. Grayscale: #383838. Windows color (decimal): -13092050 or 3029816. OLE color: 3029816.
HSL color Cylindrical-coordinate representation of color #383B2E: hue angle of 73.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #383B2E is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 59 | 46 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.77 |
| HSL | 73.85º | 0.12% | 0.21% | - |
| HSV(B) | 73.85º | 0.22% | 0.23% | - |
| XYZ | 3.69 | 4.17 | 3.19 | - |
| YUV | 56.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 46 | 0.05 | 0 | 0.22 | 0.77 | 73.85 | 0.12 | 0.21 |
| Hex | 38 | 3B | 2E | 5 | 0 | 16 | 4D | 4A | C | 15 |
| Octal | 70 | 73 | 56 | 5 | 0 | 26 | 115 | 112 | 14 | 25 |
| Binary | 111000 | 111011 | 101110 | 101 | 0 | 10110 | 1001101 | 1001010 | 1100 | 10101 |
Color Harmonies of #383B2E
Complementary color
Monochromatic Colors of #383B2E
Black with #383B2E
Text Example
Text Example
White with #383B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B2E; }
p { color: rgb(56,59,46); }
H1.HeaderClassName
{
color: #383B2E;
}
.AnyTagClassName
{
color: #383B2E;
}
</style>
background-color css
<style>
a { background-color: #383B2E; }
a { background-color: rgb(56,59,46); }
div.DivClassName
{
background-color: #383B2E;
}
.BgClassName
{
background-color: #383B2E;
}
</style>
border-color css
<style>
span { border-color: #383B2E; }
span { border-color: rgb(56,59,46); }
td.TdClassName
{
border-color: #383B2E;
}
.TagClassName
{
border-color: #383B2E;
}
</style>