Shades of Japanese Laurel #237A32
Tints of Japanese Laurel #237A32
RGB
CMYK
RGB Variations
Color information
#237A32 (or 0x237A32) is known color: Japanese Laurel. HEX triplet: 23, 7A and 32. RGB value is (35,122,50). Sum of RGB (Red+Green+Blue) = 35+122+50=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #237A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237A32 is #DC85CD. Grayscale: #575757. Windows color (decimal): -14452174 or 3308067. OLE color: 3308067.
HSL color Cylindrical-coordinate representation of color #237A32: hue angle of 130.34º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #237A32 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 50 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.52 |
| HSL | 130.34º | 0.55% | 0.31% | - |
| HSV(B) | 130.34º | 0.71% | 0.48% | - |
| XYZ | 8.23 | 14.51 | 5.38 | - |
| YUV | 87.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 50 | 0.71 | 0 | 0.59 | 0.52 | 130.34 | 0.55 | 0.31 |
| Hex | 23 | 7A | 32 | 47 | 0 | 3B | 34 | 82 | 37 | 1F |
| Octal | 43 | 172 | 62 | 107 | 0 | 73 | 64 | 202 | 67 | 37 |
| Binary | 100011 | 1111010 | 110010 | 1000111 | 0 | 111011 | 110100 | 10000010 | 110111 | 11111 |
Color Harmonies of #237A32
Complementary color
Monochromatic Colors of #237A32
Black with #237A32
Text Example
Text Example
White with #237A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A32; }
p { color: rgb(35,122,50); }
H1.HeaderClassName
{
color: #237A32;
}
.AnyTagClassName
{
color: #237A32;
}
</style>
background-color css
<style>
a { background-color: #237A32; }
a { background-color: rgb(35,122,50); }
div.DivClassName
{
background-color: #237A32;
}
.BgClassName
{
background-color: #237A32;
}
</style>
border-color css
<style>
span { border-color: #237A32; }
span { border-color: rgb(35,122,50); }
td.TdClassName
{
border-color: #237A32;
}
.TagClassName
{
border-color: #237A32;
}
</style>