#25370B

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

Shades of Pine Tree #25370B

Tints of Pine Tree #25370B

Color information

#25370B (or 0x25370B) is unknown color: approx Pine Tree. HEX triplet: 25, 37 and 0B. RGB value is (37,55,11). Sum of RGB (Red+Green+Blue) = 37+55+11=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #25370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25370B is #DAC8F4. Grayscale: #2C2C2C. Windows color (decimal): -14338293 or 735013. OLE color: 735013.

HSL color Cylindrical-coordinate representation of color #25370B: hue angle of 84.55º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25370B is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB375511-
CMYK0.3300.80.78
HSL84.55º66.67%12.94%-
HSV(B)84.55º80%21.57%-
XYZ2.193.150.81-
YUV44.6109.04122.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 55 (21.88% from 255) = 53.40%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=35.92%
G=53.40%
B=10.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755110.3300.80.7884.5566.6712.94
Hex2537B210504E5543d
Octal45671341012011612510315
Binary1001011101111011100001010100001001110101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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