Html Css Color HEX #25310A Pine Tree

📋 copy color: '#25310A'

red 37 ◦ green 49 ◦ blue 10

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

Shades of Pine Tree #25310A

Tints of Pine Tree #25310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 10.42%

R = 38.54%
G = 51.04%
B = 10.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#25310A (or 0x25310A) is known color: Pine Tree. HEX triplet: 25, 31 and 0A. RGB value is (37,49,10). Sum of RGB (Red+Green+Blue) = 37+49+10=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #25310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310A is #DACEF5. Grayscale: #292929. Windows color (decimal): -14339830 or 667941. OLE color: 667941.

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

Color convert

RGB 37 49 10 -
CMYK 0.24 0 0.80 0.81
HSL 78.46º 0.66% 0.12% -
HSV(B) 78.46º 0.8% 0.19% -
XYZ 1.92 2.61 0.69 -
YUV 40.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 37 49 10 0.24 0 0.80 0.81 78.46 0.66 0.12
Hex 25 31 A 18 0 50 51 4E 42 C
Octal 45 61 12 30 0 120 121 116 102 14
Binary 100101 110001 1010 11000 0 1010000 1010001 1001110 1000010 1100

Color Harmonies of #25310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25310A

Black with #25310A

Text Example


Text Example

White with #25310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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