#25310D

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

Shades of Pine Tree #25310D

Tints of Pine Tree #25310D

Color information

#25310D (or 0x25310D) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 0D. RGB value is (37,49,13). Sum of RGB (Red+Green+Blue) = 37+49+13=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #25310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310D is #DACEF2. Grayscale: #292929. Windows color (decimal): -14339827 or 864549. OLE color: 864549.

HSL color Cylindrical-coordinate representation of color #25310D: hue angle of 80º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25310D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB374913-
CMYK0.2400.730.81
HSL80º58.06%12.16%-
HSV(B)80º73.47%19.22%-
XYZ1.932.620.78-
YUV41.31112.02124.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 49 (19.53% from 255) = 49.49%
BLUE value IS 13 (5.47% from 255) = 13.13%
R=37.37%
G=49.49%
B=13.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749130.2400.730.818058.0612.16
Hex2531D1804951503ac
Octal4561153001111211207214
Binary10010111000111011100001001001101000110100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25310D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25310D; }

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

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

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

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

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

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

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

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