#253014

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

Shades of Pine Tree #253014

Tints of Pine Tree #253014

Color information

#253014 (or 0x253014) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 14. RGB value is (37,48,20). Sum of RGB (Red+Green+Blue) = 37+48+20=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #253014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253014 is #DACFEB. Grayscale: #292929. Windows color (decimal): -14340076 or 1323045. OLE color: 1323045.

HSL color Cylindrical-coordinate representation of color #253014: hue angle of 83.57º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #253014 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.81.

Color convert

RGB374820-
CMYK0.2300.580.81
HSL83.57º41.18%13.33%-
HSV(B)83.57º58.33%18.82%-
XYZ1.952.561.05-
YUV41.52115.86124.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=35.24%
G=45.71%
B=19.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748200.2300.580.8183.5741.1813.33
Hex2530141703A515429d
Octal456024270721211245115
Binary10010111000010100101110111010101000110101001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253014; }

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

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

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

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

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

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

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

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