Html Css Color HEX #1F290D Pine Tree

📋 copy color: '#1F290D'

red 31 ◦ green 41 ◦ blue 13

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

Shades of Pine Tree #1F290D

Tints of Pine Tree #1F290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 36.47%
G = 48.24%
B = 15.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#1F290D (or 0x1F290D) is known color: Pine Tree. HEX triplet: 1F, 29 and 0D. RGB value is (31,41,13). Sum of RGB (Red+Green+Blue) = 31+41+13=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #1F290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F290D is #E0D6F2. Grayscale: #222222. Windows color (decimal): -14735091 or 862495. OLE color: 862495.

HSL color Cylindrical-coordinate representation of color #1F290D: hue angle of 81.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F290D is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 31 41 13 -
CMYK 0.24 0 0.68 0.84
HSL 81.43º 0.52% 0.11% -
HSV(B) 81.43º 0.68% 0.16% -
XYZ 1.43 1.91 0.67 -
YUV 34.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 31 41 13 0.24 0 0.68 0.84 81.43 0.52 0.11
Hex 1F 29 D 18 0 44 54 51 34 B
Octal 37 51 15 30 0 104 124 121 64 13
Binary 11111 101001 1101 11000 0 1000100 1010100 1010001 110100 1011

Color Harmonies of #1F290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F290D

Black with #1F290D

Text Example


Text Example

White with #1F290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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