Html Css Color HEX #1F2711 Pine Tree

📋 copy color: '#1F2711'

red 31 ◦ green 39 ◦ blue 17

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

Shades of Pine Tree #1F2711

Tints of Pine Tree #1F2711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 19.54%

R = 35.63%
G = 44.83%
B = 19.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.85

RGB Variations

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

Color information

#1F2711 (or 0x1F2711) is known color: Pine Tree. HEX triplet: 1F, 27 and 11. RGB value is (31,39,17). Sum of RGB (Red+Green+Blue) = 31+39+17=87 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.63% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2711 is #E0D8EE. Grayscale: #222222. Windows color (decimal): -14735599 or 1124127. OLE color: 1124127.

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

Color convert

RGB 31 39 17 -
CMYK 0.21 0 0.56 0.85
HSL 81.82º 0.39% 0.11% -
HSV(B) 81.82º 0.56% 0.15% -
XYZ 1.39 1.78 0.8 -
YUV 34.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 31 39 17 0.21 0 0.56 0.85 81.82 0.39 0.11
Hex 1F 27 11 15 0 38 55 52 27 B
Octal 37 47 21 25 0 70 125 122 47 13
Binary 11111 100111 10001 10101 0 111000 1010101 1010010 100111 1011

Color Harmonies of #1F2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2711

Black with #1F2711

Text Example


Text Example

White with #1F2711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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