Html Css Color HEX #1F2710 Pine Tree

📋 copy color: '#1F2710'

red 31 ◦ green 39 ◦ blue 16

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

Shades of Pine Tree #1F2710

Tints of Pine Tree #1F2710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 36.05%
G = 45.35%
B = 18.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#1F2710 (or 0x1F2710) is known color: Pine Tree. HEX triplet: 1F, 27 and 10. RGB value is (31,39,16). Sum of RGB (Red+Green+Blue) = 31+39+16=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2710 is #E0D8EF. Grayscale: #222222. Windows color (decimal): -14735600 or 1058591. OLE color: 1058591.

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

Color convert

RGB 31 39 16 -
CMYK 0.21 0 0.59 0.85
HSL 80.87º 0.42% 0.11% -
HSV(B) 80.87º 0.59% 0.15% -
XYZ 1.38 1.78 0.76 -
YUV 33.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 31 39 16 0.21 0 0.59 0.85 80.87 0.42 0.11
Hex 1F 27 10 15 0 3B 55 51 2A B
Octal 37 47 20 25 0 73 125 121 52 13
Binary 11111 100111 10000 10101 0 111011 1010101 1010001 101010 1011

Color Harmonies of #1F2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2710

Black with #1F2710

Text Example


Text Example

White with #1F2710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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