Shades of Japanese Laurel #237C2B
Tints of Japanese Laurel #237C2B
RGB
CMYK
RGB Variations
Color information
#237C2B (or 0x237C2B) is known color: Japanese Laurel. HEX triplet: 23, 7C and 2B. RGB value is (35,124,43). Sum of RGB (Red+Green+Blue) = 35+124+43=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #237C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C2B is #DC83D4. Grayscale: #585858. Windows color (decimal): -14451669 or 2849827. OLE color: 2849827.
HSL color Cylindrical-coordinate representation of color #237C2B: hue angle of 125.39º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C2B is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 43 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.51 |
| HSL | 125.39º | 0.56% | 0.31% | - |
| HSV(B) | 125.39º | 0.72% | 0.49% | - |
| XYZ | 8.34 | 14.95 | 4.73 | - |
| YUV | 88.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 43 | 0.72 | 0 | 0.65 | 0.51 | 125.39 | 0.56 | 0.31 |
| Hex | 23 | 7C | 2B | 48 | 0 | 41 | 33 | 7D | 38 | 1F |
| Octal | 43 | 174 | 53 | 110 | 0 | 101 | 63 | 175 | 70 | 37 |
| Binary | 100011 | 1111100 | 101011 | 1001000 | 0 | 1000001 | 110011 | 1111101 | 111000 | 11111 |
Color Harmonies of #237C2B
Complementary color
Monochromatic Colors of #237C2B
Black with #237C2B
Text Example
Text Example
White with #237C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C2B; }
p { color: rgb(35,124,43); }
H1.HeaderClassName
{
color: #237C2B;
}
.AnyTagClassName
{
color: #237C2B;
}
</style>
background-color css
<style>
a { background-color: #237C2B; }
a { background-color: rgb(35,124,43); }
div.DivClassName
{
background-color: #237C2B;
}
.BgClassName
{
background-color: #237C2B;
}
</style>
border-color css
<style>
span { border-color: #237C2B; }
span { border-color: rgb(35,124,43); }
td.TdClassName
{
border-color: #237C2B;
}
.TagClassName
{
border-color: #237C2B;
}
</style>