Shades of Japanese Laurel #258133
Tints of Japanese Laurel #258133
RGB
CMYK
RGB Variations
Color information
#258133 (or 0x258133) is known color: Japanese Laurel. HEX triplet: 25, 81 and 33. RGB value is (37,129,51). Sum of RGB (Red+Green+Blue) = 37+129+51=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #258133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258133 is #DA7ECC. Grayscale: #5C5C5C. Windows color (decimal): -14319309 or 3375397. OLE color: 3375397.
HSL color Cylindrical-coordinate representation of color #258133: hue angle of 129.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258133 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 129 | 51 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.49 |
| HSL | 129.13º | 0.55% | 0.33% | - |
| HSV(B) | 129.13º | 0.71% | 0.51% | - |
| XYZ | 9.21 | 16.33 | 5.8 | - |
| YUV | 92.6 | 104.52 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 51 | 0.71 | 0 | 0.60 | 0.49 | 129.13 | 0.55 | 0.33 |
| Hex | 25 | 81 | 33 | 47 | 0 | 3C | 31 | 81 | 37 | 21 |
| Octal | 45 | 201 | 63 | 107 | 0 | 74 | 61 | 201 | 67 | 41 |
| Binary | 100101 | 10000001 | 110011 | 1000111 | 0 | 111100 | 110001 | 10000001 | 110111 | 100001 |
Color Harmonies of #258133
Complementary color
Monochromatic Colors of #258133
Black with #258133
Text Example
Text Example
White with #258133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258133; }
p { color: rgb(37,129,51); }
H1.HeaderClassName
{
color: #258133;
}
.AnyTagClassName
{
color: #258133;
}
</style>
background-color css
<style>
a { background-color: #258133; }
a { background-color: rgb(37,129,51); }
div.DivClassName
{
background-color: #258133;
}
.BgClassName
{
background-color: #258133;
}
</style>
border-color css
<style>
span { border-color: #258133; }
span { border-color: rgb(37,129,51); }
td.TdClassName
{
border-color: #258133;
}
.TagClassName
{
border-color: #258133;
}
</style>