Html Css Color HEX #1F251A Pine Tree

📋 copy color: '#1F251A'

red 31 ◦ green 37 ◦ blue 26

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

Shades of Pine Tree #1F251A

Tints of Pine Tree #1F251A

RGB

 RED value IS 31 (12.5% from 255) = 32.98%

 GREEN value IS 37 (14.84% from 255) = 39.36%

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

R = 32.98%
G = 39.36%
B = 27.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#1F251A (or 0x1F251A) is known color: Pine Tree. HEX triplet: 1F, 25 and 1A. RGB value is (31,37,26). Sum of RGB (Red+Green+Blue) = 31+37+26=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251A is #E0DAE5. Grayscale: #212121. Windows color (decimal): -14736102 or 1713439. OLE color: 1713439.

HSL color Cylindrical-coordinate representation of color #1F251A: hue angle of 92.73º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F251A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 26 -
CMYK 0.16 0 0.30 0.85
HSL 92.73º 0.17% 0.12% -
HSV(B) 92.73º 0.3% 0.15% -
XYZ 1.41 1.69 1.23 -
YUV 33.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 31 37 26 0.16 0 0.30 0.85 92.73 0.17 0.12
Hex 1F 25 1A 10 0 1E 55 5D 11 C
Octal 37 45 32 20 0 36 125 135 21 14
Binary 11111 100101 11010 10000 0 11110 1010101 1011101 10001 1100

Color Harmonies of #1F251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F251A

Black with #1F251A

Text Example


Text Example

White with #1F251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F251A; }

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

 H1.HeaderClassName
 {
   color: #1F251A;
 }
 .AnyTagClassName
 {
   color: #1F251A;
 }
</style>

background-color css

<style>
 a { background-color: #1F251A; }

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

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

border-color css

<style>
 span { border-color: #1F251A; }

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

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