#25300A

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

Shades of Pine Tree #25300A

Tints of Pine Tree #25300A

Color information

#25300A (or 0x25300A) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 0A. RGB value is (37,48,10). Sum of RGB (Red+Green+Blue) = 37+48+10=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #25300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300A is #DACFF5. Grayscale: #282828. Windows color (decimal): -14340086 or 667685. OLE color: 667685.

HSL color Cylindrical-coordinate representation of color #25300A: hue angle of 77.37º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25300A is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB374810-
CMYK0.2300.790.81
HSL77.37º65.52%11.37%-
HSV(B)77.37º79.17%18.82%-
XYZ1.872.530.68-
YUV40.38110.86125.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 10 (4.30% from 255) = 10.53%
R=38.95%
G=50.53%
B=10.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748100.2300.790.8177.3765.5211.37
Hex2530A1704F514d42b
Octal45601227011712111510213
Binary100101110000101010111010011111010001100110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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