#252821

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

Shades of Pine Tree #252821

Tints of Pine Tree #252821

Color information

#252821 (or 0x252821) is unknown color: approx Pine Tree. HEX triplet: 25, 28 and 21. RGB value is (37,40,33). Sum of RGB (Red+Green+Blue) = 37+40+33=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 40 - color contains mainly: green. Hex color #252821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252821 is #DAD7DE. Grayscale: #262626. Windows color (decimal): -14342111 or 2172965. OLE color: 2172965.

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

Color convert

RGB374033-
CMYK0.0700.170.84
HSL85.71º9.59%14.31%-
HSV(B)85.71º17.5%15.69%-
XYZ1.82.021.73-
YUV38.3125.01127.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 33 (13.28% from 255) = 30%
R=33.64%
G=36.36%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3740330.0700.170.8485.719.5914.31
Hex25282170115456ae
Octal45504170211241261216
Binary1001011010001000011110100011010100101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252821; }

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

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

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

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

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

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

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

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