Shades of Japanese Laurel #237A2D
Tints of Japanese Laurel #237A2D
RGB
CMYK
RGB Variations
Color information
#237A2D (or 0x237A2D) is known color: Japanese Laurel. HEX triplet: 23, 7A and 2D. RGB value is (35,122,45). Sum of RGB (Red+Green+Blue) = 35+122+45=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #237A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237A2D is #DC85D2. Grayscale: #575757. Windows color (decimal): -14452179 or 2980387. OLE color: 2980387.
HSL color Cylindrical-coordinate representation of color #237A2D: hue angle of 126.9º 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 #237A2D is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 35 | 122 | 45 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.52 |
| HSL | 126.9º | 0.55% | 0.31% | - |
| HSV(B) | 126.9º | 0.71% | 0.48% | - |
| XYZ | 8.13 | 14.47 | 4.85 | - |
| YUV | 87.21 | 104.18 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 45 | 0.71 | 0 | 0.63 | 0.52 | 126.9 | 0.55 | 0.31 |
| Hex | 23 | 7A | 2D | 47 | 0 | 3F | 34 | 7F | 37 | 1F |
| Octal | 43 | 172 | 55 | 107 | 0 | 77 | 64 | 177 | 67 | 37 |
| Binary | 100011 | 1111010 | 101101 | 1000111 | 0 | 111111 | 110100 | 1111111 | 110111 | 11111 |
Color Harmonies of #237A2D
Complementary color
Monochromatic Colors of #237A2D
Black with #237A2D
Text Example
Text Example
White with #237A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A2D; }
p { color: rgb(35,122,45); }
H1.HeaderClassName
{
color: #237A2D;
}
.AnyTagClassName
{
color: #237A2D;
}
</style>
background-color css
<style>
a { background-color: #237A2D; }
a { background-color: rgb(35,122,45); }
div.DivClassName
{
background-color: #237A2D;
}
.BgClassName
{
background-color: #237A2D;
}
</style>
border-color css
<style>
span { border-color: #237A2D; }
span { border-color: rgb(35,122,45); }
td.TdClassName
{
border-color: #237A2D;
}
.TagClassName
{
border-color: #237A2D;
}
</style>