Html Css Color HEX #25310D Pine Tree

📋 copy color: '#25310D'

red 37 ◦ green 49 ◦ blue 13

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

Shades of Pine Tree #25310D

Tints of Pine Tree #25310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 37.37%
G = 49.49%
B = 13.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#25310D (or 0x25310D) is known color: Pine Tree. HEX triplet: 25, 31 and 0D. RGB value is (37,49,13). Sum of RGB (Red+Green+Blue) = 37+49+13=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #25310D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310D is #DACEF2. Grayscale: #292929. Windows color (decimal): -14339827 or 864549. OLE color: 864549.

HSL color Cylindrical-coordinate representation of color #25310D: hue angle of 80º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25310D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 13 -
CMYK 0.24 0 0.73 0.81
HSL 80º 0.58% 0.12% -
HSV(B) 80º 0.73% 0.19% -
XYZ 1.93 2.62 0.78 -
YUV 41.31 112.02 124.93 -
System Red Green Blue C M Y K H S L
Decimal 37 49 13 0.24 0 0.73 0.81 80 0.58 0.12
Hex 25 31 D 18 0 49 51 50 3A C
Octal 45 61 15 30 0 111 121 120 72 14
Binary 100101 110001 1101 11000 0 1001001 1010001 1010000 111010 1100

Color Harmonies of #25310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25310D

Black with #25310D

Text Example


Text Example

White with #25310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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