#252F19

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

Shades of Pine Tree #252F19

Tints of Pine Tree #252F19

Color information

#252F19 (or 0x252F19) is unknown color: approx Pine Tree. HEX triplet: 25, 2F and 19. RGB value is (37,47,25). Sum of RGB (Red+Green+Blue) = 37+47+25=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 47 (18.75% from 255 or 43.12% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 47 - color contains mainly: green. Hex color #252F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252F19 is #DAD0E6. Grayscale: #292929. Windows color (decimal): -14340327 or 1650469. OLE color: 1650469.

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

Color convert

RGB374725-
CMYK0.2100.470.82
HSL87.27º30.56%14.12%-
HSV(B)87.27º46.81%18.43%-
XYZ1.952.51.3-
YUV41.5118.69124.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 47 (18.75% from 255) = 43.12%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=33.94%
G=43.12%
B=22.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3747250.2100.470.8287.2730.5614.12
Hex252F191502F52571fe
Octal455731250571221273716
Binary1001011011111100110101010111110100101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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