#253119

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

Shades of Pine Tree #253119

Tints of Pine Tree #253119

Color information

#253119 (or 0x253119) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 19. RGB value is (37,49,25). Sum of RGB (Red+Green+Blue) = 37+49+25=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #253119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253119 is #DACEE6. Grayscale: #2A2A2A. Windows color (decimal): -14339815 or 1650981. OLE color: 1650981.

HSL color Cylindrical-coordinate representation of color #253119: hue angle of 90º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #253119 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB374925-
CMYK0.2400.490.81
HSL90º32.43%14.51%-
HSV(B)90º48.98%19.22%-
XYZ2.042.661.33-
YUV42.68118.02123.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 44.14%
BLUE value IS 25 (10.16% from 255) = 22.52%
R=33.33%
G=44.14%
B=22.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749250.2400.490.819032.4314.51
Hex25311918031515a20f
Octal456131300611211324017
Binary10010111000111001110000110001101000110110101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253119; }

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

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

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

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

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

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

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

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