#25300C

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

Shades of Pine Tree #25300C

Tints of Pine Tree #25300C

Color information

#25300C (or 0x25300C) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 0C. RGB value is (37,48,12). Sum of RGB (Red+Green+Blue) = 37+48+12=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #25300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25300C is #DACFF3. Grayscale: #282828. Windows color (decimal): -14340084 or 798757. OLE color: 798757.

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

Color convert

RGB374812-
CMYK0.2300.750.81
HSL78.33º60%11.76%-
HSV(B)78.33º75%18.82%-
XYZ1.892.530.74-
YUV40.61111.86125.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=38.14%
G=49.48%
B=12.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748120.2300.750.8178.336011.76
Hex2530C1704B514e3cc
Octal4560142701131211167414
Binary10010111000011001011101001011101000110011101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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