Html Css Color HEX #1F3211 Pine Tree

📋 copy color: '#1F3211'

red 31 ◦ green 50 ◦ blue 17

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

Shades of Pine Tree #1F3211

Tints of Pine Tree #1F3211

RGB

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

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

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

R = 31.63%
G = 51.02%
B = 17.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.80

RGB Variations

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

Color information

#1F3211 (or 0x1F3211) is known color: Pine Tree. HEX triplet: 1F, 32 and 11. RGB value is (31,50,17). Sum of RGB (Red+Green+Blue) = 31+50+17=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3211 is #E0CDEE. Grayscale: #282828. Windows color (decimal): -14732783 or 1126943. OLE color: 1126943.

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

Color convert

RGB 31 50 17 -
CMYK 0.38 0 0.66 0.80
HSL 94.55º 0.49% 0.13% -
HSV(B) 94.55º 0.66% 0.2% -
XYZ 1.81 2.61 0.94 -
YUV 40.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 31 50 17 0.38 0 0.66 0.80 94.55 0.49 0.13
Hex 1F 32 11 26 0 42 50 5F 31 D
Octal 37 62 21 46 0 102 120 137 61 15
Binary 11111 110010 10001 100110 0 1000010 1010000 1011111 110001 1101

Color Harmonies of #1F3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3211

Black with #1F3211

Text Example


Text Example

White with #1F3211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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