#252A1F

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

Shades of Pine Tree #252A1F

Tints of Pine Tree #252A1F

Color information

#252A1F (or 0x252A1F) is unknown color: approx Pine Tree. HEX triplet: 25, 2A and 1F. RGB value is (37,42,31). Sum of RGB (Red+Green+Blue) = 37+42+31=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #252A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A1F is #DAD5E0. Grayscale: #272727. Windows color (decimal): -14341601 or 2042405. OLE color: 2042405.

HSL color Cylindrical-coordinate representation of color #252A1F: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #252A1F is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.

Color convert

RGB374231-
CMYK0.1200.260.84
HSL87.27º15.07%14.31%-
HSV(B)87.27º26.19%16.47%-
XYZ1.842.151.61-
YUV39.25123.34126.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 42 (16.80% from 255) = 38.18%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=33.64%
G=38.18%
B=28.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3742310.1200.260.8487.2715.0714.31
Hex252A1FC01A5457fe
Octal455237140321241271716
Binary1001011010101111111000110101010100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,42,31); }

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

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

 a { background-color: rgb(37,42,31); }

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

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

 span { border-color: rgb(37,42,31); }

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