Html Css Color HEX #25291F Pine Tree

📋 copy color: '#25291F'

red 37 ◦ green 41 ◦ blue 31

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

Shades of Pine Tree #25291F

Tints of Pine Tree #25291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.61%

 BLUE value IS 31 (12.5% from 255) = 28.44%

R = 33.94%
G = 37.61%
B = 28.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.84

RGB Variations

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

Color information

#25291F (or 0x25291F) is known color: Pine Tree. HEX triplet: 25, 29 and 1F. RGB value is (37,41,31). Sum of RGB (Red+Green+Blue) = 37+41+31=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #25291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25291F is #DAD6E0. Grayscale: #262626. Windows color (decimal): -14341857 or 2042149. OLE color: 2042149.

HSL color Cylindrical-coordinate representation of color #25291F: hue angle of 84º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25291F is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 31 -
CMYK 0.10 0 0.24 0.84
HSL 84º 0.14% 0.14% -
HSV(B) 84º 0.24% 0.16% -
XYZ 1.8 2.08 1.6 -
YUV 38.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 37 41 31 0.10 0 0.24 0.84 84 0.14 0.14
Hex 25 29 1F A 0 18 54 54 E E
Octal 45 51 37 12 0 30 124 124 16 16
Binary 100101 101001 11111 1010 0 11000 1010100 1010100 1110 1110

Color Harmonies of #25291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25291F

Black with #25291F

Text Example


Text Example

White with #25291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25291F; }

 p { color: rgb(37,41,31); }

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

background-color css

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

 a { background-color: rgb(37,41,31); }

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

border-color css

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

 span { border-color: rgb(37,41,31); }

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