Html Css Color HEX #1F211C Pine Tree

📋 copy color: '#1F211C'

red 31 ◦ green 33 ◦ blue 28

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

Shades of Pine Tree #1F211C

Tints of Pine Tree #1F211C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.87%

 BLUE value IS 28 (11.33% from 255) = 30.43%

R = 33.7%
G = 35.87%
B = 30.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#1F211C (or 0x1F211C) is known color: Pine Tree. HEX triplet: 1F, 21 and 1C. RGB value is (31,33,28). Sum of RGB (Red+Green+Blue) = 31+33+28=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 33 - color contains mainly: green. Hex color #1F211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F211C is #E0DEE3. Grayscale: #1F1F1F. Windows color (decimal): -14737124 or 1843487. OLE color: 1843487.

HSL color Cylindrical-coordinate representation of color #1F211C: hue angle of 84º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1F211C is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 33 28 -
CMYK 0.06 0 0.15 0.87
HSL 84º 0.08% 0.12% -
HSV(B) 84º 0.15% 0.13% -
XYZ 1.32 1.46 1.31 -
YUV 31.83 125.84 127.41 -
System Red Green Blue C M Y K H S L
Decimal 31 33 28 0.06 0 0.15 0.87 84 0.08 0.12
Hex 1F 21 1C 6 0 F 57 54 8 C
Octal 37 41 34 6 0 17 127 124 10 14
Binary 11111 100001 11100 110 0 1111 1010111 1010100 1000 1100

Color Harmonies of #1F211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F211C

Black with #1F211C

Text Example


Text Example

White with #1F211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,28); }

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

background-color css

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

 a { background-color: rgb(31,33,28); }

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

border-color css

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

 span { border-color: rgb(31,33,28); }

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