#25300D

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

Shades of Pine Tree #25300D

Tints of Pine Tree #25300D

Color information

#25300D (or 0x25300D) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 0D. RGB value is (37,48,13). Sum of RGB (Red+Green+Blue) = 37+48+13=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #25300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300D is #DACFF2. Grayscale: #282828. Windows color (decimal): -14340083 or 864293. OLE color: 864293.

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

Color convert

RGB374813-
CMYK0.2300.730.81
HSL78.86º57.38%11.96%-
HSV(B)78.86º72.92%18.82%-
XYZ1.892.540.77-
YUV40.72112.36125.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=37.76%
G=48.98%
B=13.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748130.2300.730.8178.8657.3811.96
Hex2530D17049514f39c
Octal4560152701111211177114
Binary10010111000011011011101001001101000110011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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