#253414

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

Shades of Pine Tree #253414

Tints of Pine Tree #253414

Color information

#253414 (or 0x253414) is unknown color: approx Pine Tree. HEX triplet: 25, 34 and 14. RGB value is (37,52,20). Sum of RGB (Red+Green+Blue) = 37+52+20=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #253414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253414 is #DACBEB. Grayscale: #2B2B2B. Windows color (decimal): -14339052 or 1324069. OLE color: 1324069.

HSL color Cylindrical-coordinate representation of color #253414: hue angle of 88.12º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #253414 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.

Color convert

RGB375220-
CMYK0.2900.620.80
HSL88.12º44.44%14.12%-
HSV(B)88.12º61.54%20.39%-
XYZ2.122.91.11-
YUV43.87114.53123.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 52 (20.70% from 255) = 47.71%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=33.94%
G=47.71%
B=18.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752200.2900.620.8088.1244.4414.12
Hex2534141D03E50582ce
Octal456424350761201305416
Binary10010111010010100111010111110101000010110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253414; }

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

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

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

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

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

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

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

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