#252722

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

Shades of Pine Tree #252722

Tints of Pine Tree #252722

Color information

#252722 (or 0x252722) is unknown color: approx Pine Tree. HEX triplet: 25, 27 and 22. RGB value is (37,39,34). Sum of RGB (Red+Green+Blue) = 37+39+34=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 39 - color contains mainly: green. Hex color #252722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252722 is #DAD8DD. Grayscale: #252525. Windows color (decimal): -14342366 or 2238245. OLE color: 2238245.

HSL color Cylindrical-coordinate representation of color #252722: hue angle of 84º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #252722 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB373934-
CMYK0.0500.130.85
HSL84º6.85%14.31%-
HSV(B)84º12.82%15.29%-
XYZ1.781.961.8-
YUV37.83125.84127.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=33.64%
G=35.45%
B=30.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3739340.0500.130.85846.8514.31
Hex25272250D55547e
Octal4547425015125124716
Binary10010110011110001010101101101010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252722; }

 p { color: rgb(37,39,34); }

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

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

 a { background-color: rgb(37,39,34); }

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

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

 span { border-color: rgb(37,39,34); }

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