Shades of Pine Tree #253E06
Tints of Pine Tree #253E06
RGB
CMYK
RGB Variations
Color information
#253E06 (or 0x253E06) is known color: Pine Tree. HEX triplet: 25, 3E and 06. RGB value is (37,62,6). Sum of RGB (Red+Green+Blue) = 37+62+6=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 62 (24.61% from 255 or 59.05% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 62 - color contains mainly: green. Hex color #253E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253E06 is #DAC1F9. Grayscale: #303030. Windows color (decimal): -14336506 or 409125. OLE color: 409125.
HSL color Cylindrical-coordinate representation of color #253E06: hue angle of 86.79º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253E06 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 62 | 6 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.76 |
| HSL | 86.79º | 0.82% | 0.13% | - |
| HSV(B) | 86.79º | 0.9% | 0.24% | - |
| XYZ | 2.52 | 3.85 | 0.78 | - |
| YUV | 48.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 6 | 0.40 | 0 | 0.90 | 0.76 | 86.79 | 0.82 | 0.13 |
| Hex | 25 | 3E | 6 | 28 | 0 | 5A | 4C | 57 | 52 | D |
| Octal | 45 | 76 | 6 | 50 | 0 | 132 | 114 | 127 | 122 | 15 |
| Binary | 100101 | 111110 | 110 | 101000 | 0 | 1011010 | 1001100 | 1010111 | 1010010 | 1101 |
Color Harmonies of #253E06
Complementary color
Monochromatic Colors of #253E06
Black with #253E06
Text Example
Text Example
White with #253E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E06; }
p { color: rgb(37,62,6); }
H1.HeaderClassName
{
color: #253E06;
}
.AnyTagClassName
{
color: #253E06;
}
</style>
background-color css
<style>
a { background-color: #253E06; }
a { background-color: rgb(37,62,6); }
div.DivClassName
{
background-color: #253E06;
}
.BgClassName
{
background-color: #253E06;
}
</style>
border-color css
<style>
span { border-color: #253E06; }
span { border-color: rgb(37,62,6); }
td.TdClassName
{
border-color: #253E06;
}
.TagClassName
{
border-color: #253E06;
}
</style>