#25320B

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

Shades of Pine Tree #25320B

Tints of Pine Tree #25320B

Color information

#25320B (or 0x25320B) is unknown color: approx Pine Tree. HEX triplet: 25, 32 and 0B. RGB value is (37,50,11). Sum of RGB (Red+Green+Blue) = 37+50+11=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #25320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25320B is #DACDF4. Grayscale: #292929. Windows color (decimal): -14339573 or 733733. OLE color: 733733.

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

Color convert

RGB375011-
CMYK0.2600.780.80
HSL80º63.93%11.96%-
HSV(B)80º78%19.61%-
XYZ1.962.70.73-
YUV41.67110.69124.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 50 (19.92% from 255) = 51.02%
BLUE value IS 11 (4.69% from 255) = 11.22%
R=37.76%
G=51.02%
B=11.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750110.2600.780.808063.9311.96
Hex2532B1A04E505040c
Octal45621332011612012010014
Binary100101110010101111010010011101010000101000010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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