Html Css Color HEX #1F2714 Pine Tree

📋 copy color: '#1F2714'

red 31 ◦ green 39 ◦ blue 20

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

Shades of Pine Tree #1F2714

Tints of Pine Tree #1F2714

RGB

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

 GREEN value IS 39 (15.63% from 255) = 43.33%

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 34.44%
G = 43.33%
B = 22.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#1F2714 (or 0x1F2714) is known color: Pine Tree. HEX triplet: 1F, 27 and 14. RGB value is (31,39,20). Sum of RGB (Red+Green+Blue) = 31+39+20=90 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.44% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2714 is #E0D8EB. Grayscale: #222222. Windows color (decimal): -14735596 or 1320735. OLE color: 1320735.

HSL color Cylindrical-coordinate representation of color #1F2714: hue angle of 85.26º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F2714 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 39 20 -
CMYK 0.21 0 0.49 0.85
HSL 85.26º 0.32% 0.12% -
HSV(B) 85.26º 0.49% 0.15% -
XYZ 1.42 1.79 0.93 -
YUV 34.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 31 39 20 0.21 0 0.49 0.85 85.26 0.32 0.12
Hex 1F 27 14 15 0 31 55 55 20 C
Octal 37 47 24 25 0 61 125 125 40 14
Binary 11111 100111 10100 10101 0 110001 1010101 1010101 100000 1100

Color Harmonies of #1F2714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2714

Black with #1F2714

Text Example


Text Example

White with #1F2714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,20); }

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

background-color css

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

 a { background-color: rgb(31,39,20); }

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

border-color css

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

 span { border-color: rgb(31,39,20); }

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