Html Css Color HEX #253113 Pine Tree

📋 copy color: '#253113'

red 37 ◦ green 49 ◦ blue 19

#253113
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #253113

Tints of Pine Tree #253113

RGB

 RED value IS 37 (14.84% from 255) = 35.24%

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 19 (7.81% from 255) = 18.1%

R = 35.24%
G = 46.67%
B = 18.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#253113 (or 0x253113) is known color: Pine Tree. HEX triplet: 25, 31 and 13. RGB value is (37,49,19). Sum of RGB (Red+Green+Blue) = 37+49+19=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #253113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253113 is #DACEEC. Grayscale: #2A2A2A. Windows color (decimal): -14339821 or 1257765. OLE color: 1257765.

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

Color convert

RGB 37 49 19 -
CMYK 0.24 0 0.61 0.81
HSL 84º 0.44% 0.13% -
HSV(B) 84º 0.61% 0.19% -
XYZ 1.98 2.64 1.02 -
YUV 41.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 37 49 19 0.24 0 0.61 0.81 84 0.44 0.13
Hex 25 31 13 18 0 3D 51 54 2C D
Octal 45 61 23 30 0 75 121 124 54 15
Binary 100101 110001 10011 11000 0 111101 1010001 1010100 101100 1101

Color Harmonies of #253113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253113

Black with #253113

Text Example


Text Example

White with #253113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253113; }

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

 H1.HeaderClassName
 {
   color: #253113;
 }
 .AnyTagClassName
 {
   color: #253113;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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