#253013

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

Shades of Pine Tree #253013

Tints of Pine Tree #253013

Color information

#253013 (or 0x253013) is unknown color: approx Pine Tree. HEX triplet: 25, 30 and 13. RGB value is (37,48,19). Sum of RGB (Red+Green+Blue) = 37+48+19=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #253013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253013 is #DACFEC. Grayscale: #292929. Windows color (decimal): -14340077 or 1257509. OLE color: 1257509.

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

Color convert

RGB374819-
CMYK0.2300.600.81
HSL82.76º43.28%13.14%-
HSV(B)82.76º60.42%18.82%-
XYZ1.942.551.01-
YUV41.4115.36124.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=35.58%
G=46.15%
B=18.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3748190.2300.600.8182.7643.2813.14
Hex2530131703C51532bd
Octal456023270741211235315
Binary10010111000010011101110111100101000110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253013; }

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

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

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

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

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

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

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

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