#25310B

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

Shades of Pine Tree #25310B

Tints of Pine Tree #25310B

Color information

#25310B (or 0x25310B) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 0B. RGB value is (37,49,11). Sum of RGB (Red+Green+Blue) = 37+49+11=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #25310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310B is #DACEF4. Grayscale: #292929. Windows color (decimal): -14339829 or 733477. OLE color: 733477.

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

Color convert

RGB374911-
CMYK0.2400.780.81
HSL78.95º63.33%11.76%-
HSV(B)78.95º77.55%19.22%-
XYZ1.922.610.72-
YUV41.08111.02125.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 49 (19.53% from 255) = 50.52%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=38.14%
G=50.52%
B=11.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749110.2400.780.8178.9563.3311.76
Hex2531B1804E514f3fc
Octal4561133001161211177714
Binary10010111000110111100001001110101000110011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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