#252F17

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

Shades of Pine Tree #252F17

Tints of Pine Tree #252F17

Color information

#252F17 (or 0x252F17) is unknown color: approx Pine Tree. HEX triplet: 25, 2F and 17. RGB value is (37,47,23). Sum of RGB (Red+Green+Blue) = 37+47+23=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #252F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F17 is #DAD0E8. Grayscale: #292929. Windows color (decimal): -14340329 or 1519397. OLE color: 1519397.

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

Color convert

RGB374723-
CMYK0.2100.510.82
HSL85º34.29%13.73%-
HSV(B)85º51.06%18.43%-
XYZ1.932.491.19-
YUV41.27117.69124.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=34.58%
G=43.93%
B=21.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747230.2100.510.828534.2913.73
Hex252F1715033525522e
Octal455727250631221254216
Binary10010110111110111101010110011101001010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,23); }

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

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

 a { background-color: rgb(37,47,23); }

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

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

 span { border-color: rgb(37,47,23); }

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