Shades of Japanese Laurel #237A30
Tints of Japanese Laurel #237A30
RGB
CMYK
RGB Variations
Color information
#237A30 (or 0x237A30) is known color: Japanese Laurel. HEX triplet: 23, 7A and 30. RGB value is (35,122,48). Sum of RGB (Red+Green+Blue) = 35+122+48=205 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.07% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #237A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237A30 is #DC85CF. Grayscale: #575757. Windows color (decimal): -14452176 or 3176995. OLE color: 3176995.
HSL color Cylindrical-coordinate representation of color #237A30: hue angle of 128.97º 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 #237A30 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 48 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.52 |
| HSL | 128.97º | 0.55% | 0.31% | - |
| HSV(B) | 128.97º | 0.71% | 0.48% | - |
| XYZ | 8.19 | 14.49 | 5.16 | - |
| YUV | 87.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 48 | 0.71 | 0 | 0.61 | 0.52 | 128.97 | 0.55 | 0.31 |
| Hex | 23 | 7A | 30 | 47 | 0 | 3D | 34 | 81 | 37 | 1F |
| Octal | 43 | 172 | 60 | 107 | 0 | 75 | 64 | 201 | 67 | 37 |
| Binary | 100011 | 1111010 | 110000 | 1000111 | 0 | 111101 | 110100 | 10000001 | 110111 | 11111 |
Color Harmonies of #237A30
Complementary color
Monochromatic Colors of #237A30
Black with #237A30
Text Example
Text Example
White with #237A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A30; }
p { color: rgb(35,122,48); }
H1.HeaderClassName
{
color: #237A30;
}
.AnyTagClassName
{
color: #237A30;
}
</style>
background-color css
<style>
a { background-color: #237A30; }
a { background-color: rgb(35,122,48); }
div.DivClassName
{
background-color: #237A30;
}
.BgClassName
{
background-color: #237A30;
}
</style>
border-color css
<style>
span { border-color: #237A30; }
span { border-color: rgb(35,122,48); }
td.TdClassName
{
border-color: #237A30;
}
.TagClassName
{
border-color: #237A30;
}
</style>