#25301A

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

Shades of Pine Tree #25301A

Tints of Pine Tree #25301A

Color information

#25301A (or 0x25301A) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 1A. RGB value is (37,48,26). Sum of RGB (Red+Green+Blue) = 37+48+26=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #25301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25301A is #DACFE5. Grayscale: #2A2A2A. Windows color (decimal): -14340070 or 1716261. OLE color: 1716261.

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

Color convert

RGB374826-
CMYK0.2300.460.81
HSL90º29.73%14.51%-
HSV(B)90º45.83%18.82%-
XYZ2.012.581.37-
YUV42.2118.86124.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=33.33%
G=43.24%
B=23.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748260.2300.460.819029.7314.51
Hex25301A1702E515a1ef
Octal456032270561211323617
Binary1001011100001101010111010111010100011011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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