#25340F

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

Shades of Pine Tree #25340F

Tints of Pine Tree #25340F

Color information

#25340F (or 0x25340F) is unknown color: approx Pine Tree. HEX triplet: 25, 34 and 0F. RGB value is (37,52,15). Sum of RGB (Red+Green+Blue) = 37+52+15=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #25340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25340F is #DACBF0. Grayscale: #2B2B2B. Windows color (decimal): -14339057 or 996389. OLE color: 996389.

HSL color Cylindrical-coordinate representation of color #25340F: hue angle of 84.32º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25340F is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB375215-
CMYK0.2900.710.80
HSL84.32º55.22%13.14%-
HSV(B)84.32º71.15%20.39%-
XYZ2.082.880.9-
YUV43.3112.03123.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 52 (20.70% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=35.58%
G=50%
B=14.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752150.2900.710.8084.3255.2213.14
Hex2534F1D047505437d
Octal4564173501071201246715
Binary10010111010011111110101000111101000010101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25340F; }

 p { color: rgb(37,52,15); }

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

<style>
 a { background-color: #25340F; }

 a { background-color: rgb(37,52,15); }

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

<style>
 span { border-color: #25340F; }

 span { border-color: rgb(37,52,15); }

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