#25370C

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

Shades of Pine Tree #25370C

Tints of Pine Tree #25370C

Color information

#25370C (or 0x25370C) is unknown color: approx Pine Tree. HEX triplet: 25, 37 and 0C. RGB value is (37,55,12). Sum of RGB (Red+Green+Blue) = 37+55+12=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #25370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25370C is #DAC8F3. Grayscale: #2C2C2C. Windows color (decimal): -14338292 or 800549. OLE color: 800549.

HSL color Cylindrical-coordinate representation of color #25370C: hue angle of 85.12º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25370C is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB375512-
CMYK0.3300.780.78
HSL85.12º64.18%13.14%-
HSV(B)85.12º78.18%21.57%-
XYZ2.23.150.84-
YUV44.72109.54122.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 55 (21.88% from 255) = 52.88%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=35.58%
G=52.88%
B=11.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755120.3300.780.7885.1264.1813.14
Hex2537C2104E4E5540d
Octal45671441011611612510015
Binary1001011101111100100001010011101001110101010110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25370C; }

 p { color: rgb(37,55,12); }

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

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

 a { background-color: rgb(37,55,12); }

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

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

 span { border-color: rgb(37,55,12); }

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