#252D1A

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

Shades of Pine Tree #252D1A

Tints of Pine Tree #252D1A

Color information

#252D1A (or 0x252D1A) is unknown color: approx Pine Tree. HEX triplet: 25, 2D and 1A. RGB value is (37,45,26). Sum of RGB (Red+Green+Blue) = 37+45+26=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 45 - color contains mainly: green. Hex color #252D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D1A is #DAD2E5. Grayscale: #282828. Windows color (decimal): -14340838 or 1715493. OLE color: 1715493.

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

Color convert

RGB374526-
CMYK0.1800.420.82
HSL85.26º26.76%13.92%-
HSV(B)85.26º42.22%17.65%-
XYZ1.892.341.33-
YUV40.44119.85125.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 45 (17.97% from 255) = 41.67%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=34.26%
G=41.67%
B=24.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745260.1800.420.8285.2626.7613.92
Hex252D1A1202A52551be
Octal455532220521221253316
Binary1001011011011101010010010101010100101010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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