Shades of Japanese Laurel #238238
Tints of Japanese Laurel #238238
RGB
CMYK
RGB Variations
Color information
#238238 (or 0x238238) is known color: Japanese Laurel. HEX triplet: 23, 82 and 38. RGB value is (35,130,56). Sum of RGB (Red+Green+Blue) = 35+130+56=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #238238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238238 is #DC7DC7. Grayscale: #5D5D5D. Windows color (decimal): -14450120 or 3703331. OLE color: 3703331.
HSL color Cylindrical-coordinate representation of color #238238: hue angle of 133.26º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238238 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 35 | 130 | 56 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.49 |
| HSL | 133.26º | 0.58% | 0.32% | - |
| HSV(B) | 133.26º | 0.73% | 0.51% | - |
| XYZ | 9.39 | 16.61 | 6.45 | - |
| YUV | 93.16 | 107.03 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 130 | 56 | 0.73 | 0 | 0.57 | 0.49 | 133.26 | 0.58 | 0.32 |
| Hex | 23 | 82 | 38 | 49 | 0 | 39 | 31 | 85 | 3A | 20 |
| Octal | 43 | 202 | 70 | 111 | 0 | 71 | 61 | 205 | 72 | 40 |
| Binary | 100011 | 10000010 | 111000 | 1001001 | 0 | 111001 | 110001 | 10000101 | 111010 | 100000 |
Color Harmonies of #238238
Complementary color
Monochromatic Colors of #238238
Black with #238238
Text Example
Text Example
White with #238238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238238; }
p { color: rgb(35,130,56); }
H1.HeaderClassName
{
color: #238238;
}
.AnyTagClassName
{
color: #238238;
}
</style>
background-color css
<style>
a { background-color: #238238; }
a { background-color: rgb(35,130,56); }
div.DivClassName
{
background-color: #238238;
}
.BgClassName
{
background-color: #238238;
}
</style>
border-color css
<style>
span { border-color: #238238; }
span { border-color: rgb(35,130,56); }
td.TdClassName
{
border-color: #238238;
}
.TagClassName
{
border-color: #238238;
}
</style>