#253114

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

Shades of Pine Tree #253114

Tints of Pine Tree #253114

Color information

#253114 (or 0x253114) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 14. RGB value is (37,49,20). Sum of RGB (Red+Green+Blue) = 37+49+20=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 49 - color contains mainly: green. Hex color #253114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253114 is #DACEEB. Grayscale: #2A2A2A. Windows color (decimal): -14339820 or 1323301. OLE color: 1323301.

HSL color Cylindrical-coordinate representation of color #253114: hue angle of 84.83º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253114 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.

Color convert

RGB374920-
CMYK0.2400.590.81
HSL84.83º42.03%13.53%-
HSV(B)84.83º59.18%19.22%-
XYZ1.992.641.07-
YUV42.11115.52124.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=34.91%
G=46.23%
B=18.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749200.2400.590.8184.8342.0313.53
Hex2531141803B51552ae
Octal456124300731211255216
Binary10010111000110100110000111011101000110101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253114; }

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

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

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

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

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

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

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

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