#252E15

Color #252E15 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #252E15

Tints of Pine Tree #252E15

Color information

#252E15 (or 0x252E15) is unknown color: approx Pine Tree. HEX triplet: 25, 2E and 15. RGB value is (37,46,21). Sum of RGB (Red+Green+Blue) = 37+46+21=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 46 - color contains mainly: green. Hex color #252E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E15 is #DAD1EA. Grayscale: #282828. Windows color (decimal): -14340587 or 1388069. OLE color: 1388069.

HSL color Cylindrical-coordinate representation of color #252E15: hue angle of 81.6º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252E15 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.82.

Color convert

RGB374621-
CMYK0.2000.540.82
HSL81.6º37.31%13.14%-
HSV(B)81.6º54.35%18.04%-
XYZ1.882.41.07-
YUV40.46117.02125.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 46 (18.36% from 255) = 44.23%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=35.58%
G=44.23%
B=20.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746210.2000.540.8281.637.3113.14
Hex252E1514036525225d
Octal455625240661221224515
Binary10010110111010101101000110110101001010100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252E15; }

 p { color: rgb(37,46,21); }

 H1.HeaderClassName
 {
   color: #252E15;
 }
 .AnyTagClassName
 {
   color: #252E15;
 }
</style>
background-color css

<style>
 a { background-color: #252E15; }

 a { background-color: rgb(37,46,21); }

 div.DivClassName
 {
   background-color: #252E15;
 }
 .BgClassName
 {
   background-color: #252E15;
 }
</style>
border-color css

<style>
 span { border-color: #252E15; }

 span { border-color: rgb(37,46,21); }

 td.TdClassName
 {
   border-color: #252E15;
 }
 .TagClassName
 {
   border-color: #252E15;
 }
</style>