Shades of Japanese Laurel #25833D
Tints of Japanese Laurel #25833D
RGB
CMYK
RGB Variations
Color information
#25833D (or 0x25833D) is known color: Japanese Laurel. HEX triplet: 25, 83 and 3D. RGB value is (37,131,61). Sum of RGB (Red+Green+Blue) = 37+131+61=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #25833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25833D is #DA7CC2. Grayscale: #5F5F5F. Windows color (decimal): -14318787 or 4031269. OLE color: 4031269.
HSL color Cylindrical-coordinate representation of color #25833D: hue angle of 135.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25833D is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 131 | 61 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.49 |
| HSL | 135.32º | 0.56% | 0.33% | - |
| HSV(B) | 135.32º | 0.72% | 0.51% | - |
| XYZ | 9.72 | 16.96 | 7.18 | - |
| YUV | 94.91 | 108.86 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 131 | 61 | 0.72 | 0 | 0.53 | 0.49 | 135.32 | 0.56 | 0.33 |
| Hex | 25 | 83 | 3D | 48 | 0 | 35 | 31 | 87 | 38 | 21 |
| Octal | 45 | 203 | 75 | 110 | 0 | 65 | 61 | 207 | 70 | 41 |
| Binary | 100101 | 10000011 | 111101 | 1001000 | 0 | 110101 | 110001 | 10000111 | 111000 | 100001 |
Color Harmonies of #25833D
Complementary color
Monochromatic Colors of #25833D
Black with #25833D
Text Example
Text Example
White with #25833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25833D; }
p { color: rgb(37,131,61); }
H1.HeaderClassName
{
color: #25833D;
}
.AnyTagClassName
{
color: #25833D;
}
</style>
background-color css
<style>
a { background-color: #25833D; }
a { background-color: rgb(37,131,61); }
div.DivClassName
{
background-color: #25833D;
}
.BgClassName
{
background-color: #25833D;
}
</style>
border-color css
<style>
span { border-color: #25833D; }
span { border-color: rgb(37,131,61); }
td.TdClassName
{
border-color: #25833D;
}
.TagClassName
{
border-color: #25833D;
}
</style>