#25350A

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

Shades of Pine Tree #25350A

Tints of Pine Tree #25350A

Color information

#25350A (or 0x25350A) is unknown color: approx Pine Tree. HEX triplet: 25, 35 and 0A. RGB value is (37,53,10). Sum of RGB (Red+Green+Blue) = 37+53+10=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #25350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25350A is #DACAF5. Grayscale: #2B2B2B. Windows color (decimal): -14338806 or 668965. OLE color: 668965.

HSL color Cylindrical-coordinate representation of color #25350A: hue angle of 82.33º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25350A is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB375310-
CMYK0.3000.810.79
HSL82.33º68.25%12.35%-
HSV(B)82.33º81.13%20.78%-
XYZ2.092.960.75-
YUV43.31109.2123.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37%
GREEN value IS 53 (21.09% from 255) = 53%
BLUE value IS 10 (4.30% from 255) = 10%
R=37%
G=53%
B=10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3753100.3000.810.7982.3368.2512.35
Hex2535A1E0514F5244c
Octal45651236012111712210414
Binary100101110101101011110010100011001111101001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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