Shades of Japanese Laurel #33882F
Tints of Japanese Laurel #33882F
RGB
CMYK
RGB Variations
Color information
#33882F (or 0x33882F) is known color: Japanese Laurel. HEX triplet: 33, 88 and 2F. RGB value is (51,136,47). Sum of RGB (Red+Green+Blue) = 51+136+47=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #33882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33882F is #CC77D0. Grayscale: #646464. Windows color (decimal): -13400017 or 3115059. OLE color: 3115059.
HSL color Cylindrical-coordinate representation of color #33882F: hue angle of 117.3º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33882F is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 51 | 136 | 47 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.47 |
| HSL | 117.3º | 0.49% | 0.36% | - |
| HSV(B) | 117.3º | 0.65% | 0.53% | - |
| XYZ | 10.68 | 18.52 | 5.7 | - |
| YUV | 100.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 47 | 0.62 | 0 | 0.65 | 0.47 | 117.3 | 0.49 | 0.36 |
| Hex | 33 | 88 | 2F | 3E | 0 | 41 | 2F | 75 | 31 | 24 |
| Octal | 63 | 210 | 57 | 76 | 0 | 101 | 57 | 165 | 61 | 44 |
| Binary | 110011 | 10001000 | 101111 | 111110 | 0 | 1000001 | 101111 | 1110101 | 110001 | 100100 |
Color Harmonies of #33882F
Complementary color
Monochromatic Colors of #33882F
Black with #33882F
Text Example
Text Example
White with #33882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33882F; }
p { color: rgb(51,136,47); }
H1.HeaderClassName
{
color: #33882F;
}
.AnyTagClassName
{
color: #33882F;
}
</style>
background-color css
<style>
a { background-color: #33882F; }
a { background-color: rgb(51,136,47); }
div.DivClassName
{
background-color: #33882F;
}
.BgClassName
{
background-color: #33882F;
}
</style>
border-color css
<style>
span { border-color: #33882F; }
span { border-color: rgb(51,136,47); }
td.TdClassName
{
border-color: #33882F;
}
.TagClassName
{
border-color: #33882F;
}
</style>