#252D19

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

Shades of Pine Tree #252D19

Tints of Pine Tree #252D19

Color information

#252D19 (or 0x252D19) is unknown color: approx Pine Tree. HEX triplet: 25, 2D and 19. RGB value is (37,45,25). Sum of RGB (Red+Green+Blue) = 37+45+25=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 45 (17.97% from 255 or 42.06% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 45 - color contains mainly: green. Hex color #252D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252D19 is #DAD2E6. Grayscale: #282828. Windows color (decimal): -14340839 or 1649957. OLE color: 1649957.

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

Color convert

RGB374525-
CMYK0.1800.440.82
HSL84º28.57%13.73%-
HSV(B)84º44.44%17.65%-
XYZ1.882.341.27-
YUV40.33119.35125.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 45 (17.97% from 255) = 42.06%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=34.58%
G=42.06%
B=23.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3745250.1800.440.828428.5713.73
Hex252D191202C52541de
Octal455531220541221243516
Binary1001011011011100110010010110010100101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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