#252921

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

Shades of Pine Tree #252921

Tints of Pine Tree #252921

Color information

#252921 (or 0x252921) is unknown color: approx Pine Tree. HEX triplet: 25, 29 and 21. RGB value is (37,41,33). Sum of RGB (Red+Green+Blue) = 37+41+33=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 41 - color contains mainly: green. Hex color #252921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252921 is #DAD6DE. Grayscale: #262626. Windows color (decimal): -14341855 or 2173221. OLE color: 2173221.

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

Color convert

RGB374133-
CMYK0.1000.200.84
HSL90º10.81%14.51%-
HSV(B)90º19.51%16.08%-
XYZ1.832.091.75-
YUV38.89124.67126.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 33 (13.28% from 255) = 29.73%
R=33.33%
G=36.94%
B=29.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3741330.1000.200.849010.8114.51
Hex252921A014545abf
Octal455141120241241321317
Binary10010110100110000110100101001010100101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252921; }

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

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

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

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

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

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

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

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