#252D1E

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

Shades of Pine Tree #252D1E

Tints of Pine Tree #252D1E

Color information

#252D1E (or 0x252D1E) is unknown color: approx Pine Tree. HEX triplet: 25, 2D and 1E. RGB value is (37,45,30). Sum of RGB (Red+Green+Blue) = 37+45+30=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 45 (17.97% from 255 or 40.18% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 45 - color contains mainly: green. Hex color #252D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D1E is #DAD2E1. Grayscale: #282828. Windows color (decimal): -14340834 or 1977637. OLE color: 1977637.

HSL color Cylindrical-coordinate representation of color #252D1E: hue angle of 92º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #252D1E is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB374530-
CMYK0.1800.330.82
HSL92º20%14.71%-
HSV(B)92º33.33%17.65%-
XYZ1.942.361.58-
YUV40.9121.85125.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 45 (17.97% from 255) = 40.18%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=33.04%
G=40.18%
B=26.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745300.1800.330.82922014.71
Hex252D1E12021525c14f
Octal455536220411221342417
Binary1001011011011111010010010000110100101011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,45,30); }

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

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

 a { background-color: rgb(37,45,30); }

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

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

 span { border-color: rgb(37,45,30); }

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