#25400C

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

Shades of Pine Tree #25400C

Tints of Pine Tree #25400C

Color information

#25400C (or 0x25400C) is unknown color: approx Pine Tree. HEX triplet: 25, 40 and 0C. RGB value is (37,64,12). Sum of RGB (Red+Green+Blue) = 37+64+12=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #25400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400C is #DABFF3. Grayscale: #323232. Windows color (decimal): -14335988 or 802853. OLE color: 802853.

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

Color convert

RGB376412-
CMYK0.4200.810.75
HSL91.15º68.42%14.9%-
HSV(B)91.15º81.25%25.1%-
XYZ2.664.091-
YUV50106.55118.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=32.74%
G=56.64%
B=10.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764120.4200.810.7591.1568.4214.9
Hex2540C2A0514B5b44f
Octal451001452012111313310417
Binary10010110000001100101010010100011001011101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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