Html Css Color HEX #25291E Pine Tree

📋 copy color: '#25291E'

red 37 ◦ green 41 ◦ blue 30

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

Shades of Pine Tree #25291E

Tints of Pine Tree #25291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.78%

R = 34.26%
G = 37.96%
B = 27.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.84

RGB Variations

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

Color information

#25291E (or 0x25291E) is known color: Pine Tree. HEX triplet: 25, 29 and 1E. RGB value is (37,41,30). Sum of RGB (Red+Green+Blue) = 37+41+30=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 41 - color contains mainly: green. Hex color #25291E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25291E is #DAD6E1. Grayscale: #262626. Windows color (decimal): -14341858 or 1976613. OLE color: 1976613.

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

Color convert

RGB 37 41 30 -
CMYK 0.10 0 0.27 0.84
HSL 81.82º 0.15% 0.14% -
HSV(B) 81.82º 0.27% 0.16% -
XYZ 1.79 2.07 1.53 -
YUV 38.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 37 41 30 0.10 0 0.27 0.84 81.82 0.15 0.14
Hex 25 29 1E A 0 1B 54 52 F E
Octal 45 51 36 12 0 33 124 122 17 16
Binary 100101 101001 11110 1010 0 11011 1010100 1010010 1111 1110

Color Harmonies of #25291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25291E

Black with #25291E

Text Example


Text Example

White with #25291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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