Shades of Japanese Laurel #237C30
Tints of Japanese Laurel #237C30
RGB
CMYK
RGB Variations
Color information
#237C30 (or 0x237C30) is known color: Japanese Laurel. HEX triplet: 23, 7C and 30. RGB value is (35,124,48). Sum of RGB (Red+Green+Blue) = 35+124+48=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 124 (48.83% from 255 or 59.90% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 124 - color contains mainly: green. Hex color #237C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C30 is #DC83CF. Grayscale: #585858. Windows color (decimal): -14451664 or 3177507. OLE color: 3177507.
HSL color Cylindrical-coordinate representation of color #237C30: hue angle of 128.76º 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 #237C30 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 124 | 48 | - |
| CMYK | 0.72 | 0 | 0.61 | 0.51 |
| HSL | 128.76º | 0.56% | 0.31% | - |
| HSV(B) | 128.76º | 0.72% | 0.49% | - |
| XYZ | 8.43 | 14.99 | 5.24 | - |
| YUV | 88.73 | 105.01 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 124 | 48 | 0.72 | 0 | 0.61 | 0.51 | 128.76 | 0.56 | 0.31 |
| Hex | 23 | 7C | 30 | 48 | 0 | 3D | 33 | 81 | 38 | 1F |
| Octal | 43 | 174 | 60 | 110 | 0 | 75 | 63 | 201 | 70 | 37 |
| Binary | 100011 | 1111100 | 110000 | 1001000 | 0 | 111101 | 110011 | 10000001 | 111000 | 11111 |
Color Harmonies of #237C30
Complementary color
Monochromatic Colors of #237C30
Black with #237C30
Text Example
Text Example
White with #237C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237C30; }
p { color: rgb(35,124,48); }
H1.HeaderClassName
{
color: #237C30;
}
.AnyTagClassName
{
color: #237C30;
}
</style>
background-color css
<style>
a { background-color: #237C30; }
a { background-color: rgb(35,124,48); }
div.DivClassName
{
background-color: #237C30;
}
.BgClassName
{
background-color: #237C30;
}
</style>
border-color css
<style>
span { border-color: #237C30; }
span { border-color: rgb(35,124,48); }
td.TdClassName
{
border-color: #237C30;
}
.TagClassName
{
border-color: #237C30;
}
</style>