#25400D

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

Shades of Pine Tree #25400D

Tints of Pine Tree #25400D

Color information

#25400D (or 0x25400D) is unknown color: approx Pine Tree. HEX triplet: 25, 40 and 0D. RGB value is (37,64,13). Sum of RGB (Red+Green+Blue) = 37+64+13=114 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.46% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #25400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400D is #DABFF2. Grayscale: #323232. Windows color (decimal): -14335987 or 868389. OLE color: 868389.

HSL color Cylindrical-coordinate representation of color #25400D: hue angle of 91.76º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25400D is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB376413-
CMYK0.4200.800.75
HSL91.76º66.23%15.1%-
HSV(B)91.76º79.69%25.1%-
XYZ2.674.091.03-
YUV50.11107.05118.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.46%
GREEN value IS 64 (25.39% from 255) = 56.14%
BLUE value IS 13 (5.47% from 255) = 11.40%
R=32.46%
G=56.14%
B=11.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764130.4200.800.7591.7666.2315.1
Hex2540D2A0504B5c42f
Octal451001552012011313410217
Binary10010110000001101101010010100001001011101110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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