Shades of Japanese Laurel #338A33
Tints of Japanese Laurel #338A33
RGB
CMYK
RGB Variations
Color information
#338A33 (or 0x338A33) is known color: Japanese Laurel. HEX triplet: 33, 8A and 33. RGB value is (51,138,51). Sum of RGB (Red+Green+Blue) = 51+138+51=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #338A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338A33 is #CC75CC. Grayscale: #666666. Windows color (decimal): -13399501 or 3377715. OLE color: 3377715.
HSL color Cylindrical-coordinate representation of color #338A33: hue angle of 120º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338A33 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 51 | 138 | 51 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.46 |
| HSL | 120º | 0.46% | 0.37% | - |
| HSV(B) | 120º | 0.63% | 0.54% | - |
| XYZ | 11.05 | 19.12 | 6.24 | - |
| YUV | 102.07 | 99.18 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 51 | 0.63 | 0 | 0.63 | 0.46 | 120 | 0.46 | 0.37 |
| Hex | 33 | 8A | 33 | 3F | 0 | 3F | 2E | 78 | 2E | 25 |
| Octal | 63 | 212 | 63 | 77 | 0 | 77 | 56 | 170 | 56 | 45 |
| Binary | 110011 | 10001010 | 110011 | 111111 | 0 | 111111 | 101110 | 1111000 | 101110 | 100101 |
Color Harmonies of #338A33
Complementary color
Monochromatic Colors of #338A33
Black with #338A33
Text Example
Text Example
White with #338A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338A33; }
p { color: rgb(51,138,51); }
H1.HeaderClassName
{
color: #338A33;
}
.AnyTagClassName
{
color: #338A33;
}
</style>
background-color css
<style>
a { background-color: #338A33; }
a { background-color: rgb(51,138,51); }
div.DivClassName
{
background-color: #338A33;
}
.BgClassName
{
background-color: #338A33;
}
</style>
border-color css
<style>
span { border-color: #338A33; }
span { border-color: rgb(51,138,51); }
td.TdClassName
{
border-color: #338A33;
}
.TagClassName
{
border-color: #338A33;
}
</style>