#25320C

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

Shades of Pine Tree #25320C

Tints of Pine Tree #25320C

Color information

#25320C (or 0x25320C) is unknown color: approx Pine Tree. HEX triplet: 25, 32 and 0C. RGB value is (37,50,12). Sum of RGB (Red+Green+Blue) = 37+50+12=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #25320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320C is #DACDF3. Grayscale: #292929. Windows color (decimal): -14339572 or 799269. OLE color: 799269.

HSL color Cylindrical-coordinate representation of color #25320C: hue angle of 80.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25320C is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.

Color convert

RGB375012-
CMYK0.2600.760.80
HSL80.53º61.29%12.16%-
HSV(B)80.53º76%19.61%-
XYZ1.972.70.77-
YUV41.78111.19124.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 12 (5.08% from 255) = 12.12%
R=37.37%
G=50.51%
B=12.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750120.2600.760.8080.5361.2912.16
Hex2532C1A04C50513dc
Octal4562143201141201217514
Binary10010111001011001101001001100101000010100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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