Html Css Color HEX #1F3207 Pine Tree

📋 copy color: '#1F3207'

red 31 ◦ green 50 ◦ blue 7

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

Shades of Pine Tree #1F3207

Tints of Pine Tree #1F3207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.82%

 BLUE value IS 7 (3.13% from 255) = 7.95%

R = 35.23%
G = 56.82%
B = 7.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.86

 K value IS 0.80

RGB Variations

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

Color information

#1F3207 (or 0x1F3207) is known color: Pine Tree. HEX triplet: 1F, 32 and 07. RGB value is (31,50,7). Sum of RGB (Red+Green+Blue) = 31+50+7=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 7 (3.12% from 255 or 7.95% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3207 is #E0CDF8. Grayscale: #272727. Windows color (decimal): -14732793 or 471583. OLE color: 471583.

HSL color Cylindrical-coordinate representation of color #1F3207: hue angle of 86.51º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3207 is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.80.

Color convert

RGB 31 50 7 -
CMYK 0.38 0 0.86 0.80
HSL 86.51º 0.75% 0.11% -
HSV(B) 86.51º 0.86% 0.2% -
XYZ 1.74 2.59 0.61 -
YUV 39.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 31 50 7 0.38 0 0.86 0.80 86.51 0.75 0.11
Hex 1F 32 7 26 0 56 50 57 4B B
Octal 37 62 7 46 0 126 120 127 113 13
Binary 11111 110010 111 100110 0 1010110 1010000 1010111 1001011 1011

Color Harmonies of #1F3207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3207

Black with #1F3207

Text Example


Text Example

White with #1F3207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,7); }

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

background-color css

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

 a { background-color: rgb(31,50,7); }

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

border-color css

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

 span { border-color: rgb(31,50,7); }

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