Html Css Color HEX #25311A Pine Tree

📋 copy color: '#25311A'

red 37 ◦ green 49 ◦ blue 26

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

Shades of Pine Tree #25311A

Tints of Pine Tree #25311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.21%

R = 33.04%
G = 43.75%
B = 23.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#25311A (or 0x25311A) is known color: Pine Tree. HEX triplet: 25, 31 and 1A. RGB value is (37,49,26). Sum of RGB (Red+Green+Blue) = 37+49+26=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #25311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25311A is #DACEE5. Grayscale: #2A2A2A. Windows color (decimal): -14339814 or 1716517. OLE color: 1716517.

HSL color Cylindrical-coordinate representation of color #25311A: hue angle of 91.3º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25311A is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 49 26 -
CMYK 0.24 0 0.47 0.81
HSL 91.3º 0.31% 0.15% -
HSV(B) 91.3º 0.47% 0.19% -
XYZ 2.05 2.66 1.38 -
YUV 42.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 37 49 26 0.24 0 0.47 0.81 91.3 0.31 0.15
Hex 25 31 1A 18 0 2F 51 5B 1F F
Octal 45 61 32 30 0 57 121 133 37 17
Binary 100101 110001 11010 11000 0 101111 1010001 1011011 11111 1111

Color Harmonies of #25311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25311A

Black with #25311A

Text Example


Text Example

White with #25311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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