#25311A

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

Shades of Pine Tree #25311A

Tints of Pine Tree #25311A

Color information

#25311A (or 0x25311A) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 1A. RGB value is (37,49,26). Sum of RGB (Red+Green+Blue) = 37+49+26=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #25311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25311A is #DACEE5. Grayscale: #2A2A2A. Windows color (decimal): -14339814 or 1716517. OLE color: 1716517.

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

Color convert

RGB374926-
CMYK0.2400.470.81
HSL91.3º30.67%14.71%-
HSV(B)91.3º46.94%19.22%-
XYZ2.052.661.38-
YUV42.79118.52123.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 49 (19.53% from 255) = 43.75%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=33.04%
G=43.75%
B=23.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749260.2400.470.8191.330.6714.71
Hex25311A1802F515b1ff
Octal456132300571211333717
Binary1001011100011101011000010111110100011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25311A; }

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

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

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

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

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

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

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

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