#252E10

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

Shades of Pine Tree #252E10

Tints of Pine Tree #252E10

Color information

#252E10 (or 0x252E10) is unknown color: approx Pine Tree. HEX triplet: 25, 2E and 10. RGB value is (37,46,16). Sum of RGB (Red+Green+Blue) = 37+46+16=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #252E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252E10 is #DAD1EF. Grayscale: #272727. Windows color (decimal): -14340592 or 1060389. OLE color: 1060389.

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

Color convert

RGB374616-
CMYK0.2000.650.82
HSL78º48.39%12.16%-
HSV(B)78º65.22%18.04%-
XYZ1.832.380.85-
YUV39.89114.52125.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 46 (18.36% from 255) = 46.46%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=37.37%
G=46.46%
B=16.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3746160.2000.650.827848.3912.16
Hex252E1014041524e30c
Octal4556202401011221166014
Binary100101101110100001010001000001101001010011101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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