Html Css Color HEX #25310C Pine Tree

📋 copy color: '#25310C'

red 37 ◦ green 49 ◦ blue 12

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

Shades of Pine Tree #25310C

Tints of Pine Tree #25310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.24%

R = 37.76%
G = 50%
B = 12.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.81

RGB Variations

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

Color information

#25310C (or 0x25310C) is known color: Pine Tree. HEX triplet: 25, 31 and 0C. RGB value is (37,49,12). Sum of RGB (Red+Green+Blue) = 37+49+12=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #25310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25310C is #DACEF3. Grayscale: #292929. Windows color (decimal): -14339828 or 799013. OLE color: 799013.

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

Color convert

RGB 37 49 12 -
CMYK 0.24 0 0.76 0.81
HSL 79.46º 0.61% 0.12% -
HSV(B) 79.46º 0.76% 0.19% -
XYZ 1.93 2.62 0.75 -
YUV 41.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 37 49 12 0.24 0 0.76 0.81 79.46 0.61 0.12
Hex 25 31 C 18 0 4C 51 4F 3D C
Octal 45 61 14 30 0 114 121 117 75 14
Binary 100101 110001 1100 11000 0 1001100 1010001 1001111 111101 1100

Color Harmonies of #25310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25310C

Black with #25310C

Text Example


Text Example

White with #25310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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