#252820

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

Shades of Pine Tree #252820

Tints of Pine Tree #252820

Color information

#252820 (or 0x252820) is unknown color: approx Pine Tree. HEX triplet: 25, 28 and 20. RGB value is (37,40,32). Sum of RGB (Red+Green+Blue) = 37+40+32=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 40 - color contains mainly: green. Hex color #252820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252820 is #DAD7DF. Grayscale: #262626. Windows color (decimal): -14342112 or 2107429. OLE color: 2107429.

HSL color Cylindrical-coordinate representation of color #252820: hue angle of 82.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #252820 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB374032-
CMYK0.0700.200.84
HSL82.5º11.11%14.12%-
HSV(B)82.5º20%15.69%-
XYZ1.782.021.66-
YUV38.19124.51127.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=33.94%
G=36.70%
B=29.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740320.0700.200.8482.511.1114.12
Hex25282070145452be
Octal45504070241241221316
Binary1001011010001000001110101001010100101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252820; }

 p { color: rgb(37,40,32); }

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

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

 a { background-color: rgb(37,40,32); }

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

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

 span { border-color: rgb(37,40,32); }

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