#25450A

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

Shades of Pine Tree #25450A

Tints of Pine Tree #25450A

Color information

#25450A (or 0x25450A) is unknown color: approx Pine Tree. HEX triplet: 25, 45 and 0A. RGB value is (37,69,10). Sum of RGB (Red+Green+Blue) = 37+69+10=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #25450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25450A is #DABAF5. Grayscale: #343434. Windows color (decimal): -14334710 or 673061. OLE color: 673061.

HSL color Cylindrical-coordinate representation of color #25450A: hue angle of 92.54º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #25450A is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB376910-
CMYK0.4600.860.73
HSL92.54º74.68%15.49%-
HSV(B)92.54º85.51%27.06%-
XYZ2.954.671.03-
YUV52.71103.9116.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 69 (27.34% from 255) = 59.48%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=31.90%
G=59.48%
B=8.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769100.4600.860.7392.5474.6815.49
Hex2545A2E056495d4bf
Octal451051256012611113511317
Binary10010110001011010101110010101101001001101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,69,10); }

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

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

 a { background-color: rgb(37,69,10); }

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

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

 span { border-color: rgb(37,69,10); }

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